3 releases (breaking)

0.3.0 Oct 21, 2024
0.2.0 Oct 21, 2024
0.1.0 Oct 14, 2023

#7 in #简体中文

Download history 90/week @ 2024-12-07 106/week @ 2024-12-14 55/week @ 2024-12-21 56/week @ 2024-12-28 62/week @ 2025-01-04 48/week @ 2025-01-11 27/week @ 2025-01-18 1/week @ 2025-01-25 60/week @ 2025-02-01 42/week @ 2025-02-08 87/week @ 2025-02-15 27/week @ 2025-02-22 11/week @ 2025-03-01 35/week @ 2025-03-08 17/week @ 2025-03-15 7/week @ 2025-03-22

70 downloads per month
Used in 3 crates

MIT/Apache

10KB
260 lines

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

~0.9–6MB
~37K SLoC