Skip to main content

Crate grift_util

Crate grift_util 

Source
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.