#write #read #read-write #lseek

io-synesthesist

write(2)和lseek(2)/read(2)的ffi库

2个版本

使用旧的Rust 2015

0.1.1 2015年11月19日
0.1.0 2015年11月19日

#1653 in 文件系统


msg中使用

GPL-3.0许可证

18KB
461

输入/输出

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

如何构建

git clone https://github.com/adjivas/io.git io && cd io
- cargo build // Without feature.
- cargo build --features synesthesia // With the synesthesia' feature.

如何使用

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

目录树

.
|__ 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库中的代码使用GNU GPL v3 许可证

无运行时依赖

功能