io-synesthesist

Crates.ioio-synesthesist
lib.rsio-synesthesist
version0.1.1
sourcesrc
created_at2015-11-19 15:02:13.464389
updated_at2015-12-11 23:53:50.453159
descriptionffi library of write(2) and lseek(2)/read(2)
homepage
repositoryhttps://github.com/adjivas/io.git
max_upload_size
id3459
size54,982
(adjivas)

documentation

http://adjivas.github.io/io/io

README

In/Out-Put

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

How to build:

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:

  • cargo run --example char < <(echo 'a')
  • cargo run --example line < <(echo "hello")
  • cargo run --example number < <(echo 42)
  • cargo run --example pass < <(echo $SECRET)

Directory-Tree:

.
|__ 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.

Commit count: 33

cargo fmt