naming_lib 0.1.3

Library for identifying and converting identifiers naming format (case | notation).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Naming Lib


Library for identifying and converting identifiers naming format (case | notation).

It serves three purposes:

1. Judge if an identifier is written in a certain format.

2. Automatically identify format.

3. Convert identifiers between different naming formats.

For more info, check the [document](https://docs.rs/naming_lib/).