| Crates.io | fixed-queue |
| lib.rs | fixed-queue |
| version | 0.5.1 |
| created_at | 2021-03-22 09:49:39.438545+00 |
| updated_at | 2022-04-17 12:35:28.72989+00 |
| description | no_std, no_alloc, use [T; N]. support `Vec`/`VecDeque`/`History` |
| homepage | https://blog.crise.cn |
| repository | https://github.com/rise0chen/fixed-queue.git |
| max_upload_size | |
| id | 372039 |
| size | 33,266 |
Some Commin Data Structure, use [T; N].
support Vec/VecDeque/History/LinearMap/LinearSet.
Concurrency Struct had moved to ach
All Data Structure has these Features:
const: static friendlyno_std: Can run in embedded devicesno_alloc: Needn't dynamic memory allocationSee tests