Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 379 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 379 Bytes

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