#queue #vec #deque #no-std

no-std fixed-queue

no_std, no_alloc, 使用 [T; N]. 支持 Vec/VecDeque/History

26次发布

0.5.1 2022年4月17日
0.4.10 2022年1月26日
0.3.10 2021年7月27日
0.3.8 2021年3月29日

#2192数据结构

Download history • Rust 包仓库 46/week @ 2024-03-11 • Rust 包仓库 19/week @ 2024-03-18 • Rust 包仓库 23/week @ 2024-03-25 • Rust 包仓库 87/week @ 2024-04-01 • Rust 包仓库 18/week @ 2024-04-08 • Rust 包仓库 41/week @ 2024-04-15 • Rust 包仓库 45/week @ 2024-04-22 • Rust 包仓库 20/week @ 2024-04-29 • Rust 包仓库 20/week @ 2024-05-06 • Rust 包仓库 42/week @ 2024-05-13 • Rust 包仓库 28/week @ 2024-05-20 • Rust 包仓库 44/week @ 2024-05-27 • Rust 包仓库 102/week @ 2024-06-03 • Rust 包仓库 98/week @ 2024-06-10 • Rust 包仓库 40/week @ 2024-06-17 • Rust 包仓库 96/week @ 2024-06-24 • Rust 包仓库

337 每月下载量
用于 10 个crate (3 直接)

自定义许可证

20KB
588

Fixed-Queue

一些常见数据结构,使用 [T; N].

支持 Vec/VecDeque/History/LinearMap/LinearSet.

Concurrency Struct 已移至 ach

功能

所有数据结构都有以下功能

  • const: 静态友好
  • no_std: 可在嵌入式设备上运行
  • no_alloc: 不需要动态内存分配

使用方法

参见 tests

无运行时依赖