ParkMyCar / compact_str

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

version: 0.8.0-beta #312

Closed ParkMyCar closed 8 months ago

ParkMyCar commented 8 months ago

Given the amount of user facing improvements that have been made to compact_str recently, e.g. representing &'static str in a CompactString and no_std support, I want to get a release out.

Hard blocker before we can release this version:

But there are a few blockers I want to solve before "promoting" to a full release, specifically: