- No significant changes since
0.1.3
.
- Fix
cow_str
when expecting to borrow from input data.
- Add
hashset_string()
function behind on-by-defaultstd
crate feature. - Fix
string_non_empty()
andoption_string_non_empty()
functions when encounteringnull
s.
- Add
option_string()
function. - Add
vec_string()
function.
- Add
string()
function. - Add
string_non_empty()
function. - Add
option_string_non_empty()
function.