- Adds
no_std
support
- Adds
ptr_eq()
toData
trait - Adds
trim()
,trim_start()
,trim_end()
methods toImString
- Adds
nom
integration - Adds
pop()
,into_bytes()
,as_mut_str()
,from_utf16()
andfrom_utf16_lossy()
methods for ImString.
- Added integration with peg crate.
- Added benchmarks (using
criterion
). - Implemented
AsMut<str>
,BorrowMut<str>
andDerefMut
. - Improved crate documentation.
- Initial release of the crate.