grift_unicode 1.4.0

Unicode character operations for the Grift Scheme language
Documentation
  • Coverage
  • 100%
    18 out of 18 items documented0 out of 17 items with examples
  • Size
  • Source code size: 108.94 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.25 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • gold-silver-copper/grift
    12 3 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • gold-silver-copper

Grift Unicode

Minimal Unicode character operations for the Grift Scheme interpreter.

Provides case mapping, case folding, and character property queries without requiring std or alloc. Uses Rust's built-in Unicode-aware core::char methods and a small static table for full case folding.