A case conversion library for Rust, supporting conversions like camelCase, snake_case, and kebab-case.
# Cargo.toml
[dependencies]
heck = "0.5.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Converts a string to snake_case using the ToSnakeCase trait.
No known issues recorded.
No dependency data recorded yet.