1 unstable release

0.0.1 Aug 3, 2024

#11 in #cap

MIT/Apache

31KB
707 lines

Wrapped types with capped sizes.


lib.rs:

Capped is a series of wrappers around types in the core and std library that have a maximum length.

This is useful for dealing with deserializing and serde support can be enabled with the serde feature flag.

Dependencies

~170KB