1 unstable release
0.1.1 | Jun 23, 2023 |
---|
#13 in #byte-length
21 downloads per month
Used in 3 crates
(via shadowy-super-minter)
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
~19–29MB
~486K SLoC