#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

#2234 in Data structures

Download history 119/week @ 2024-07-19 119/week @ 2024-07-26 141/week @ 2024-08-02 120/week @ 2024-08-09 100/week @ 2024-08-16 40/week @ 2024-08-23 27/week @ 2024-08-30 57/week @ 2024-09-06 27/week @ 2024-09-13 48/week @ 2024-09-20 31/week @ 2024-09-27 39/week @ 2024-10-04 58/week @ 2024-10-11 56/week @ 2024-10-18 29/week @ 2024-10-25 101/week @ 2024-11-01

248 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