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

perf: Re-enable specialization for String when castaway is updated #304

Open ParkMyCar opened 8 months ago

ParkMyCar commented 8 months ago

After merging #287 the specialization for String in the ToString trait was disabled, pending the release of this PR https://github.com/sagebind/castaway/pull/13.