This repository was 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
AggregateandAggregatabletraits (by @pleshevskiy ) - agg: Added
Sumaggregation struct (by @pleshevskiy ) - agg: Added
Productaggregation 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
ParseFragmenttrait instead ofTryFrom<T>(by @pleshevskiy ) - BREAKING: Added
ToEStringto format type instead ofDisplay(by @pleshevskiy ) - BREAKING:
EString::fromnow convert all types that implementsToEStringtrait (by @pleshevskiy ) - structs: Added
Pairstructure. (by @pleshevskiy ) - structs: Added
Triostructure. (by @brxken128 ) - low: Added
Trimstructure.