#queue #vec #deque #no-std #memory-management

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

#1503 in Data structures

Download history 15/week @ 2023-11-20 14/week @ 2023-11-27 6/week @ 2023-12-11 16/week @ 2023-12-18 11/week @ 2023-12-25 13/week @ 2024-01-08 5/week @ 2024-01-15 9/week @ 2024-01-22 8/week @ 2024-01-29 16/week @ 2024-02-05 13/week @ 2024-02-12 65/week @ 2024-02-19 47/week @ 2024-02-26 24/week @ 2024-03-04

150 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