1 unstable release

0.1.1 Jun 23, 2023

#17 in #byte-length


Used in 3 crates (via shadowy-super-minter)

Apache-2.0

23KB
253 lines

This library is to be used to represent urls, extensions, and filepaths compactly. These use cases call for strings which are typically under 256 bytes. As such, we use a smaller length to avoid needing to ser/de a 4 or 8 byte length type.

Dependencies

~20–29MB
~507K SLoC