#queue #vec #deque #no-std

no-std fixed-queue

no_std, no_alloc, use [T; N]. support Vec/VecDeque/History

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

#2424 in Data structures

Download history 42/week @ 2024-09-11 42/week @ 2024-09-18 31/week @ 2024-09-25 39/week @ 2024-10-02 44/week @ 2024-10-09 67/week @ 2024-10-16 34/week @ 2024-10-23 69/week @ 2024-10-30 82/week @ 2024-11-06 68/week @ 2024-11-13 69/week @ 2024-11-20 62/week @ 2024-11-27 107/week @ 2024-12-04 127/week @ 2024-12-11 21/week @ 2024-12-18

269 downloads per month
Used in 10 crates (3 directly)

Custom license

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 friendly
  • no_std: Can run in embedded devices
  • no_alloc: Needn't dynamic memory allocation

Usage

See tests

No runtime deps