Available on
doc
or test
only.Expand description
§stack_dst
modifications
(↑) This is derived work from the
stack_dst
crate,
including the following modifications:
- removed
array_buf
macro and multiple aliases. - removed the dependency on
generic-array
and by extension ontypenum
. - removed the features:
unsize
,const_generics
,full_const_generics
. - renamed
Value*
toDstValue*
,Fifo*
toDstQueue*
,Stack*
toDstStack*
. - renamed
ConstArrayBuf
toDstArray
and reimplemented as anArray
wrapper. - replaced custom
Pod
trait for crate’sMemPod
trait. - changed using a raw pointer to
usize
for alignment. - refactored and updated the code to 2021 edition.