ParkMyCar / compact_bytes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compact_bytes

A memory efficient bytes container that can store up to 23 bytes on the stack.




Note from the Maintainer

This crate was mostly developed for Materialize out of a need for a more compact bytes container. It entirely borrows implementation from compact_str which has been thoughtfully maintained over the past few years by a number of dedicated contributors, including:

For now this repository exists separately from compact_str because it's easier to get started that way. But the plan is to eventually merge the two.

About

License:Apache License 2.0


Languages

Language:Rust 100.0%