names-changer-0.1.0 has been yanked.
names-changer
Convert a names of sql schemes from camelcase to snake case.
Taking data as str.
This crate #[names_changer] provides trait method .camel_to_snack() that convert a names from camel case to snake case.
The trait searches for words matching the pattern and converts them to snake case.
Getting Started
First of all you have to add this dependency to your Cargo.toml:
[]
= "0.1.0"
Additionally, you have to import the procedural macro with use statement:
use NamesChanger;
Example usage: