Releases: cschlosser/IfEmpty
Releases · cschlosser/IfEmpty
Release 0.3.0
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
Release notes
Add implementations of the traits for OsString
and &OsStr
Release 0.1.0
Release notes
Initial release featuring the Traits IfEmpty
and IfEmptyBorrowed
as well as implementation on foreign types for String
and &str
.