Skip to content

Releases: xfbs/imstr

Version 0.2.0

10 Apr 16:24
Compare
Choose a tag to compare
  • Adds ptr_eq() to Data trait
  • Adds trim(), trim_start(), trim_end() methods to ImString
  • Adds nom integration
  • Adds pop(), into_bytes(), as_mut_str(), from_utf16() and from_utf16_lossy() methods for ImString.

Version 0.1.1

07 Apr 21:17
Compare
Choose a tag to compare
  • Added integration with peg crate.
  • Added benchmarks (using criterion).
  • Implemented AsMut<str>, BorrowMut<str> and DerefMut.
  • Improved crate documentation.

Version 0.1.0

03 Apr 18:38
Compare
Choose a tag to compare

First non-alpha release of this library.