ParkMyCar / compact_str

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

api: Re-add `new_inline()` and `from_static_str()` as deprecated #383

Closed ParkMyCar closed 2 weeks ago

ParkMyCar commented 2 weeks ago

https://github.com/ParkMyCar/compact_str/pull/336 removed these APIs in favor of CompactString::const_new(), I still think that's a great idea but want to retain these APIs for one release, marked as deprecated.