prost_validate_derive_core

Function to_snake

source
pub fn to_snake(s: impl AsRef<str>) -> String
Expand description

Converts a camelCase or SCREAMING_SNAKE_CASE identifier to a lower_snake case Rust field identifier.