io-synesthesist 0.1.1

ffi library of write(2) and lseek(2)/read(2)
Documentation
  • Coverage
  • 17.78%
    24 out of 135 items documented0 out of 21 items with examples
  • Size
  • Source code size: 55.0 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 736.0 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Documentation
  • adjivas/io
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • adjivas

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.