Skip to content

v0.0.2

Compare
Choose a tag to compare
@lopopolo lopopolo released this 15 Feb 03:27
6f2a8b8

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.