fixed-queue

Crates.iofixed-queue
lib.rsfixed-queue
version0.5.1
sourcesrc
created_at2021-03-22 09:49:39.438545
updated_at2022-04-17 12:35:28.72989
descriptionno_std, no_alloc, use [T; N]. support `Vec`/`VecDeque`/`History`
homepagehttps://blog.crise.cn
repositoryhttps://github.com/rise0chen/fixed-queue.git
max_upload_size
id372039
size33,266
Rise Chen (rise0chen)

documentation

https://docs.rs/fixed-queue

README

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

Commit count: 25

cargo fmt