Releases: x52dev/detrim
Releases · x52dev/detrim
detrim: v0.1.4
- No significant changes since
0.1.3
.
detrim: v0.1.3
- Fix
cow_str
when expecting to borrow from input data.
detrim: v0.1.2
- Add
hashset_string()
function behind on-by-defaultstd
crate feature. - Fix
string_non_empty()
andoption_string_non_empty()
functions when encounteringnull
s.
detrim: v0.1.1
- Add
option_string()
function. - Add
vec_string()
function.