io-synesthesist 0.1.1

ffi library of write(2) and lseek(2)/read(2)
Documentation
# In/Out-Put

[![Crate][crate-badge]][crate] [![docs-badge][]][docs] [![license-badge][]][license] [![travis-badge][]][travis] [![circle-badge][]][circle]

#### 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:
* 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:
```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](http://www.gnu.org/licenses/gpl-3.0.html) [license](https://github.com/adjivas/io/blob/master/LICENSE).

[crate-badge]: https://img.shields.io/badge/crates.io-v0.1.0-orange.svg?style=flat-square
[crate]: https://crates.io/crates/io-synesthesist
[docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square
[docs]: http://adjivas.github.io/io/io
[license-badge]: http://img.shields.io/badge/license-GPLv3-blue.svg?style=flat-square
[license]: https://github.com/adjivas/io/blob/master/LICENSE
[travis-badge]: https://travis-ci.org/adjivas/io.svg?style=flat-square
[travis]: https://travis-ci.org/adjivas/io
[circle-badge]: https://circleci.com/gh/adjivas/io/tree/master.svg?style=svg
[circle]: https://circleci.com/gh/adjivas/io/tree/master