1 个不稳定版本
使用旧的 Rust 2015
0.1.0 | 2015年11月19日 |
---|
#22 在 #semaphore
9KB
230 行
sem
如何构建
git clone https://github.com/adjivas/sem.git sem && cd sem
cargo build
如何使用
cargo run --example lock_and_unlock
目录树
.
|__ Cargo.toml
|__ LICENSE
|__ README.md
|__ examples
| \__ lock_and_unlock.rs
|__ tests
| \__ lib.rs
\__ src
|__ ffi.rs
|__ lib.rs
\__ macros.rs
许可证
sem 仓库中的代码使用 GNU GPL v3 许可证 许可证。