#task #stream #collection #events #sink

rust-box

This crate provides an odd set of tools for Rust programming

24 releases (10 breaking)

0.11.1 Dec 4, 2023
0.10.1 Oct 25, 2023
0.7.1 Jul 10, 2023
0.6.2 Dec 4, 2022
0.6.0 Nov 25, 2022

#369 in Data structures

Download history 18/week @ 2024-02-25 371/week @ 2024-03-03 33/week @ 2024-03-10 132/week @ 2024-03-17 26/week @ 2024-03-24 111/week @ 2024-03-31

318 downloads per month

MIT/Apache

74KB
1.5K 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.11"

Examples

License

Licensed under either of

at your option.

Dependencies

~0–13MB
~146K SLoC