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-exec-queue
A task execution queue. Can limit the number of concurrent tasks and execution order of the same
type of tasks can be controlled.Add this to your Cargo.toml
:
toml
[dependencies]
rust-box = "0.4"
Licensed under either of
at your option.