This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
v0.2.0
Changelogs
- BREAKING: The MSRV was bumped to 1.59.0
- BREAKING: Refactored crate structure and available features (by @pleshevskiy )
- BREAKING: Added
ParseFragment
trait instead ofTryFrom<T>
(by @pleshevskiy ) - BREAKING: Added
ToEString
to format type instead ofDisplay
(by @pleshevskiy ) - BREAKING:
EString::from
now convert all types that implementsToEString
trait (by @pleshevskiy ) - structs: Added
Pair
structure. (by @pleshevskiy ) - structs: Added
Trio
structure. (by @brxken128 ) - low: Added
Trim
structure.