v0.0.2
Release roe
0.0.2.
roe
is published on crates.io.
roe
provides implementations of Unicode case mapping for folding strategies including full, Turkic, and ASCII. roe
supports lowercase, uppercase, and titlecase transforms with fast path APIs for ASCII strings.
roe
operates on byte slices with the assumption that they are conventionally UTF-8.
roe
is a no_std
crate with optional dependencies on alloc
and std
.
This 0.0.2 release includes some fixes for rendering documentation on crates.io and docs.rs.