Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Releases: pleshevskiy/estring

v0.3.0

28 Jul 11:55
8814c6e
Compare
Choose a tag to compare

Changelogs

v0.2.0

27 Jul 13:41
984e0c8
Compare
Choose a tag to compare

Changelogs

  • BREAKING: The MSRV was bumped to 1.59.0
  • BREAKING: Refactored crate structure and available features (by @pleshevskiy )
  • BREAKING: Added ParseFragment trait instead of TryFrom<T> (by @pleshevskiy )
  • BREAKING: Added ToEString to format type instead of Display (by @pleshevskiy )
  • BREAKING: EString::from now convert all types that implements ToEString trait (by @pleshevskiy )
  • structs: Added Pair structure. (by @pleshevskiy )
  • structs: Added Trio structure. (by @brxken128 )
  • low: Added Trim structure.