Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 728 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 728 Bytes

Syncbox - Concurrency Utilities for Rust

A collection of concurrency utilities for Rust. This is a work in progress.

Build Status

Note, Futures & Streams have been moved: Eventual

Usage

To use syncbox, first add this to your Cargo.toml:

[dependencies.syncbox]
git = "https://github.com/carllerche/syncbox"

syncbox is on Crates.io, but is not often updated (yet).

Then, add this to your crate root:

extern crate syncbox;