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

v0.2.0

Compare
Choose a tag to compare
@pleshevskiy pleshevskiy released this 27 Jul 13:41
· 8 commits to main since this release
984e0c8

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.