This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
Releases: pleshevskiy/estring
Releases · pleshevskiy/estring
v0.3.0
Changelogs
- core: Added
Aggregate
andAggregatable
traits (by @pleshevskiy ) - agg: Added
Sum
aggregation struct (by @pleshevskiy ) - agg: Added
Product
aggregation struct (by @pleshevskiy )
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.