#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

#2192 in Data structures

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

337 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