#coap #iot #networking #wasm #heap-allocation #no-std #define

no-std toad-array

Array trait used by the toad ecosystem to abstract over heap or heapless collections

12 releases (6 breaking)

1.0.0 May 22, 2023
0.8.0 May 11, 2023
0.5.0 Mar 31, 2023

#34 in #heap-allocation

43 downloads per month
Used in 5 crates

MIT/Apache

20KB
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

~250KB