English | 简体中文
Try Box This crate provides an odd set of tools for Rust programming:
The main try-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.Add this to your Cargo.toml
:
toml
[dependencies]
rust-box = "0.1"
Licensed under either of
at your option.