ParkMyCar / compact_str

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

feat: Implement case conversion fn for `CompactString` #274

Closed NobodyXu closed 1 year ago

NobodyXu commented 1 year ago
ParkMyCar commented 1 year ago

Thanks for adding this @NobodyXu!