slimvec 0.4.9

Dynamic array with a smaller inline-size
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright © ickk, 2026

#[cfg(feature = "arbitrary")]
mod arbitrary;
#[cfg(feature = "borsh")]
mod borsh;
#[cfg(feature = "comparable")]
mod comparable;
#[cfg(feature = "serde")]
mod serde;
#[cfg(feature = "std")]
mod std;
#[cfg(feature = "valuable")]
mod valuable;