Crates.io | io-synesthesist |
lib.rs | io-synesthesist |
version | 0.1.1 |
source | src |
created_at | 2015-11-19 15:02:13.464389 |
updated_at | 2015-12-11 23:53:50.453159 |
description | ffi library of write(2) and lseek(2)/read(2) |
homepage | |
repository | https://github.com/adjivas/io.git |
max_upload_size | |
id | 3459 |
size | 54,982 |
git clone https://github.com/adjivas/io.git io && cd io
- cargo build // Without feature.
- cargo build --features synesthesia // With the synesthesia' feature.
.
|__ 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.