mecha10-cli 0.1.47

Mecha10 CLI tool
Documentation
1
2
3
4
5
//! Utility functions for the CLI

mod string_case;

pub use string_case::{to_pascal_case, to_snake_case};