bytesbox 0.4.0
ByteBox is a high-performance hash map implementation optimized for byte slices.
It efficiently maps keys and values of type Vec<u8>, providing full ownership of the data.
ByteBox uses a custom hash function with linked-list-based collision handling, ensuring
low memory overhead and optimal performance.