Skip to content

Releases: cschlosser/IfEmpty

Release 0.3.0

30 Jul 22:52
9af6567
Compare
Choose a tag to compare

Release notes

Added derive macro which automatically implements if_empty if the type has an is_empty function returning a bool

Release 0.2.0

19 Jun 10:08
85d998a
Compare
Choose a tag to compare

Release notes

Add implementations of the traits for OsString and &OsStr

Release 0.1.0

19 Jun 00:11
bfbd3cb
Compare
Choose a tag to compare

Release notes

Initial release featuring the Traits IfEmpty and IfEmptyBorrowed as well as implementation on foreign types for String and &str.