untools-1.0.1 is not a library.
Visit the last successful build:
untools-1.0.10
uutool
A Rust utility crate for converting variable names from camelCase to snake_case.
Features
- Convert variable names from camelCase to snake_case format.
- Option to convert the result to uppercase.
- Simple and easy-to-use tool for maintaining consistent variable naming conventions.
Installation
Add the following dependency to your Cargo.toml
file:
[]
= "1.0.0"
Usage
use ctsc;
License
This project is licensed under the MIT License - see the LICENSE file for details.