#map #deque #no-std

no-std dequemap

A no_std compatible implementation of the dequemap crate

5 releases

0.2.0 Oct 5, 2023
0.1.3 Sep 25, 2023
0.1.2 Jul 10, 2023
0.1.1 Dec 4, 2022
0.1.0 Dec 3, 2022

#2002 in Data structures

Download history 3/week @ 2024-01-08 19/week @ 2024-02-19 31/week @ 2024-02-26 16/week @ 2024-03-04 21/week @ 2024-03-11 237/week @ 2024-03-18 45/week @ 2024-03-25 44/week @ 2024-04-01 25/week @ 2024-04-08 42/week @ 2024-04-15

158 downloads per month
Used in rust-box

MIT/Apache

67KB
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–445KB