6 个版本
使用旧的 Rust 2015
0.2.4 | 2015年9月16日 |
---|---|
0.2.3 | 2015年7月3日 |
0.2.1 | 2015年4月27日 |
0.1.0 | 2014年11月11日 |
在 并发 中排名第 1179
每月下载量 452
用于 7 个 Crates(3 个直接使用)
62KB
1.5K SLoC
Syncbox - Rust 并发工具集
一组 Rust 并发工具集。这是一个持续进行中的项目。
注意,Futures & Streams 已经移动到: Eventual
用法
要使用 syncbox
,首先将以下内容添加到您的 Cargo.toml
[dependencies.syncbox]
git = "https://github.com/carllerche/syncbox"
syncbox
在 Crates.io 上,但更新频率不高(目前)。
然后,将以下内容添加到您的 crate 根目录
extern crate syncbox;
lib.rs
:
一组用于编写并发代码的工具。
依赖项
~0.8–1.1MB
~18K SLoC