7 releases

0.2.5 Oct 18, 2024
0.2.4 Oct 18, 2024
0.2.3 Oct 7, 2023
0.2.0 Jul 10, 2023
0.1.0 Nov 25, 2022

#165 in Concurrency

Download history 469/week @ 2024-12-09 351/week @ 2024-12-16 314/week @ 2024-12-23 290/week @ 2024-12-30 376/week @ 2025-01-06 405/week @ 2025-01-13 393/week @ 2025-01-20 303/week @ 2025-01-27 531/week @ 2025-02-03 329/week @ 2025-02-10 475/week @ 2025-02-17 464/week @ 2025-02-24 446/week @ 2025-03-03 787/week @ 2025-03-10 421/week @ 2025-03-17 594/week @ 2025-03-24

2,283 downloads per month
Used in 7 crates

MIT/Apache

63KB
2K SLoC

Rust Box

GitHub Release crates.io Documentation

English | 简体中文

Rust Box This crate provides an odd set of tools for Rust programming:

Crates

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.
  • event Event
  • std-ext Expand the function of the standard library to make it more convenient to use
  • mpsc MPSC channel based on queue-ext
  • dequemap Double-ended queue with Map feature

Usage

Add this to your Cargo.toml:

[dependencies]
rust-box = "0.12"

Examples

License

Licensed under either of

at your option.

Dependencies

~3.5–9MB
~79K SLoC