fix-name-case

Crates.iofix-name-case
lib.rsfix-name-case
version1.3.0
sourcesrc
created_at2023-05-26 05:08:40.057897
updated_at2024-09-30 08:11:28.061077
descriptionCLI tool to convert variable and function names to snake_case
homepagehttps://github.com/AgriConnect/FixNameCase
repositoryhttps://github.com/AgriConnect/FixNameCase
max_upload_size
id874815
size66,070
Nguyễn Hồng Quân (hongquan)

documentation

README

FixNameCase

crate

Tool to convert variable and function names in C/C++ source code to snake_case.

Hidden files and files listed in .gitignore are untouched.

Tested on Ubuntu 22.04+ and Windows 10.

Install

$ cargo install fix-name-case

Usage

$ fix-name-case input_folder

Requirements

Please install these softwares:

On Windows, please configure so that ctags and ambr commands can be called without a full path.

Credits

Commit count: 24

cargo fmt