Some Commin Data Structure, use [T; N].
support Vec
/VecDeque
/spsc
/mpmc
/History
.
All Data Structure has these Features:
const
: static friendlyno_std
: Can run in embedded devicesno_alloc
: Needn't dynamic memory allocationTo see tests