shell
git clone https://github.com/adjivas/io.git io && cd io
- cargo build // Without feature.
- cargo build --features synesthesia // With the synesthesia' feature.
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
io's code in this repo uses the GNU GPL v3 license.