In/Out-Put

Crate docs-badge license-badge travis-badge circle-badge

How to build:

shell git clone https://github.com/adjivas/io.git io && cd io - cargo build // Without feature. - cargo build --features synesthesia // With the synesthesia' feature.

How to use:

Directory-Tree:

shell . |__ Cargo.toml |__ LICENSE |__ README.md |__ examples | |__ char.rs | |__ command.rs | |__ error.rs | |__ line.rs | |__ number.rs | |__ pass.rs | \__ write.rs \__ src |__ ffi.rs |__ macros.rs \__ lib.rs

License:

io's code in this repo uses the GNU GPL v3 license.