Skip to content

Releases: artichoke/focaccia

v1.0.1

16 Dec 14:35
f84f501
Compare
Choose a tag to compare

Release focaccia 1.0.1.

focaccia is published on crates.io.

This release adds comments to generated Unicode sources that contain:

  • Annotations that the sources are generated.
  • Instructions on how the sources are generated via the gen_case_lookups.rb script.
  • The Unicode version used to generate the sources.
  • A timestamp for when the sources were last generated.

No Rust logic has changed in this release.

v1.0.0

08 Aug 04:10
3e1d31b
Compare
Choose a tag to compare

Release focaccia 1.0.0.

focaccia is published on crates.io.

focaccia provides implementations of Unicode case folding for several folding strategies including full, Turkic, and ASCII.

focaccia is a no_std crate and does not link to alloc.