1 2 3 4 5
//! Utility functions for the CLI mod string_case; pub use string_case::{to_pascal_case, to_snake_case};