10 releases (1 stable)
1.0.0 | May 22, 2023 |
---|---|
0.8.0 | May 11, 2023 |
0.7.0 | May 9, 2023 |
0.6.0 | May 9, 2023 |
0.2.3 | Mar 12, 2023 |
#2318 in Network programming
252 downloads per month
Used in 5 crates
19KB
281 lines
This microcrate contains the Array
trait used by the
toad
CoAP runtime / ecosystem.
The Array
trait defines common operations used with heap-allocated
collections like Vec
but
is also implemented for tinyvec::ArrayVec
allowing
for applications to be usable on platforms with or without heap allocation.
Dependencies
~265KB
~10K SLoC