# umbral-casing
Shared casing helpers (to_snake_case, pascal_case variants) for the umbral workspace. No dependencies - safe to use from proc-macro crates.
This is an internal crate of the umbral framework. You almost certainly want the [umbral](https://crates.io/crates/umbral) facade crate instead, which re-exports the stable public surface including what this crate provides.
## Documentation
- Guide and reference: https://dalmasonto.github.io/umbral/
- Repository: https://github.com/dalmasonto/umbral
- API reference: https://docs.rs/umbral-casing
## License
Licensed under either of MIT or Apache-2.0, at your option.