ParkMyCar / compact_str

A memory efficient string type that can store up to 24* bytes on the stack
MIT License
638 stars 46 forks source link

Merge compact_bytes #344

Open ParkMyCar opened 11 months ago

ParkMyCar commented 11 months ago

Recently I made the compact_bytes repo, I would love to merge that repo into this one, and put the compact_bytes crate next to compact_str. Then there is likely some code sharing that we can do.