Expand description
Shared utilities for the Grift Scheme implementation.
This crate provides common functions used by both the proc-macro crate
(grift_macros) and the rest of the workspace, avoiding duplication
of logic such as Scheme-name → Rust-name conversion.
Functions§
- to_
pascal_ case - Convert a Scheme-style name to PascalCase for use as a Rust enum variant.