Skip to content

v0.2.0

Compare
Choose a tag to compare
@MidasLamb MidasLamb released this 10 Sep 13:36
· 42 commits to master since this release
86b7001

Added

  • serde support behind the serde feature flag.
  • Eq, PartialEq, Ord, PartialOrd are now implemented for NonEmptyString.
  • get to retrieve a reference to the inner value.

Changed

  • new constructor now returns a Result rather than an Option, which contains the original string

Removed