Crate prost_validate_derive_core

Crate prost_validate_derive_core 

Source

Re-exports§

pub use derive::derive;
pub use derive::derive_with_module;

Modules§

derive

Functions§

sanitize_identifier
strip_enum_prefix
Strip an enum’s type name from the prefix of an enum value.
to_snake
Converts a camelCase or SCREAMING_SNAKE_CASE identifier to a lower_snake case Rust field identifier.
to_upper_camel
Converts a snake_case identifier to an UpperCamel case Rust type identifier.