v0.2.0
Added
serde
support behind theserde
feature flag.Eq, PartialEq, Ord, PartialOrd
are now implemented forNonEmptyString
.get
to retrieve a reference to the inner value.
Changed
new
constructor now returns aResult
rather than anOption
, which contains the original string