Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@laurmaedje laurmaedje released this 09 Oct 12:48
· 15 commits to main since this release
  • Added EcoString::make_mut for getting an &mut str
  • Added EcoString::{replace, replacen, to_ascii_lowercase, to_ascii_uppercase} which perform the respective operation and return an EcoString instead of a String. (Breaking change)
  • Added missing #[inline] annotation (thanks to @Kmeakin)
  • Fixed typos and marked one internal function unsafe (thanks to @hwjsnc)