#arrayvec #heapless

no-std collectable

Fallible, no_std-friendly collection traits

2 releases

0.0.2 May 24, 2020
0.0.1 May 24, 2020

#869 in Data structures

Download history 5928/week @ 2022-11-29 6470/week @ 2022-12-06 8162/week @ 2022-12-13 4100/week @ 2022-12-20 2741/week @ 2022-12-27 5943/week @ 2023-01-03 6893/week @ 2023-01-10 7873/week @ 2023-01-17 8963/week @ 2023-01-24 9101/week @ 2023-01-31 7240/week @ 2023-02-07 8635/week @ 2023-02-14 9603/week @ 2023-02-21 7645/week @ 2023-02-28 13120/week @ 2023-03-07 12201/week @ 2023-03-14

43,366 downloads per month
Used in typed-store

Apache-2.0 OR MIT

7KB
87 lines

This crate provides a set of traits that can be used to abstract over various collection types. In particular, it supports traits for fallible operations (such as [TryExtend]) which are useful for supporting fixed-capacity containers, such as heapless::Vec or tinyvec::Array.

No runtime deps

Features

  • alloc