English | 简体中文
Rust Box This crate provides an odd set of tools for Rust programming:
The main rust-box
crate just re-exports tools from smaller subcrates:
stream-ext
An extension trait for Streams that provides a variety of convenient combinator functions.queue-ext
The extended feature of the queue can convert the pop() function of the queue to Stream and the push() function to
Sender.task-executor
A task executor that controls the number of concurrently executing tasks.Add this to your Cargo.toml
:
toml
[dependencies]
rust-box = "0.3"
Licensed under either of
at your option.