26 releases
0.5.1 | Apr 17, 2022 |
---|---|
0.4.10 | Jan 26, 2022 |
0.3.10 | Jul 27, 2021 |
0.3.8 | Mar 29, 2021 |
#2234 in Data structures
248 downloads per month
Used in 10 crates
(3 directly)
20KB
588 lines
Fixed-Queue
Some Commin Data Structure, use [T; N].
support Vec
/VecDeque
/History
/LinearMap
/LinearSet
.
Concurrency Struct
had moved to ach
Features
All Data Structure has these Features:
const
: static friendlyno_std
: Can run in embedded devicesno_alloc
: Needn't dynamic memory allocation
Usage
See tests