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

docs: Document support for `from_static_str()` and `no_std` #310

Closed ParkMyCar closed 2 months ago

ParkMyCar commented 11 months ago

Given these are two fairly large features, I want to make sure they're called out in the README so users know about them.