v0.0.1
Release roe
0.0.1.
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.1 release is incomplete and should be considered work in progress. There are missing APIs and panics for unimplemented pieces of Roe.