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

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

#39 in #coap

Download history 2/week @ 2024-07-19 53/week @ 2024-07-26 6/week @ 2024-08-02 13/week @ 2024-09-20 17/week @ 2024-09-27 3/week @ 2024-10-04

367 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

~300KB
~12K SLoC