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 allocation
See tests