Closed BurntSushi closed 2 months ago
This moves UTF-8 decoding from an internal helper in jiff::util::escape to a crate-wide helper in jiff::util::utf8.
jiff::util::escape
jiff::util::utf8
This makes it easier for other code to use this. I may end up using it for #111, for example.
This moves UTF-8 decoding from an internal helper in
jiff::util::escape
to a crate-wide helper injiff::util::utf8
.This makes it easier for other code to use this. I may end up using it for #111, for example.