#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

#2529 in Data structures

Download history 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 14/week @ 2025-01-01 8/week @ 2025-01-15 9/week @ 2025-01-22 2/week @ 2025-02-05 27/week @ 2025-02-12 11/week @ 2025-02-19 16/week @ 2025-02-26 6/week @ 2025-03-05

60 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