#coap #iot #networking #no-std #wasm

no-std toad-array

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

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

Download history 67/week @ 2023-03-06 54/week @ 2023-03-13 52/week @ 2023-03-20 108/week @ 2023-03-27 160/week @ 2023-04-03 171/week @ 2023-04-10 139/week @ 2023-04-17 154/week @ 2023-04-24 16/week @ 2023-05-01 109/week @ 2023-05-08 26/week @ 2023-05-15 78/week @ 2023-05-22

252 downloads per month
Used in 5 crates

MIT/Apache

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