Crate zerocopy_str

source ·
Expand description

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.

Structs