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: Impl `CompactString::from_str_to_{lower, upper}case` #284

Closed NobodyXu closed 1 year ago

NobodyXu commented 1 year ago

Enable converting a str to lower/upper case and get a CompactString directly for inline storage.

NobodyXu commented 1 year ago

MIPS CI failed due to pre-compiled libstd not available PowerPC Big Endian 32-bit failed due to SIGILL: illegal instruction, which I suppose is unrelated to this PR.

ParkMyCar commented 1 year ago

Thank you! 😊