Imstr Versions Save

Immutable strings, in Rust.

v0.2.0

1 year ago
  • 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.

v0.1.1

1 year ago
  • Added integration with peg crate.
  • Added benchmarks (using criterion).
  • Implemented AsMut<str>, BorrowMut<str> and DerefMut.
  • Improved crate documentation.

v0.1.0

1 year ago

First non-alpha release of this library.