toad-array 0.8.0

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

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.