#collection #no-std #no-std-compatible

no-std box-collections

A no_std compatible implementation of the queue crate

1 unstable release

0.1.0 Oct 5, 2023

#2295 in Data structures

Download history 8/week @ 2024-02-19 18/week @ 2024-02-26 5/week @ 2024-03-04 9/week @ 2024-03-11 14/week @ 2024-03-25 36/week @ 2024-04-01 10/week @ 2024-04-08 24/week @ 2024-04-15

84 downloads per month
Used in 3 crates

MIT/Apache

14KB
407 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.11"

Examples

License

Licensed under either of

at your option.

Dependencies

~180KB