umbral-casing 0.0.6

Shared casing helpers (to_snake_case, pascal_case variants) for the umbral workspace. No dependencies — safe to use from proc-macro crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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.