2个版本
使用旧的Rust 2015
0.1.1 | 2015年11月19日 |
---|---|
0.1.0 | 2015年11月19日 |
#1653 in 文件系统
在msg中使用
18KB
461 行
输入/输出
如何构建
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 许可证。