bors f5418fcfeb Auto merge of #12766 - shnaramn:WarnAboutNameCase, r=epage
Warn about crate name's format when creating new crate

### What does this PR try to resolve?
Warns about a crate's name during creation (`crate new ...`) if it doesn't follow the preferred snake_case format.

Fixes #2708

The warning message uses the language mentioned in [RFC 430](https://github.com/rust-lang/rfcs/blob/master/text/0430-finalizing-naming-conventions.md#general-naming-conventions).

### How should we test and review this PR?
Verified existing tests succeeded with updates.  Added new tests to verify fix.

### Additional information
The link to [API naming guidelines](https://rust-lang.github.io/api-guidelines/naming.html) was not used since it still stays `unclear` for naming convention for crates.
2023-10-23 17:17:58 +00:00
..
2023-08-25 01:43:29 +00:00
2023-02-20 12:20:26 -06:00
2023-08-26 13:14:39 -07:00
2023-10-08 14:16:51 -07:00
2023-09-19 15:28:48 -05:00
2023-06-05 11:27:31 +02:00
2023-09-19 15:28:48 -05:00
2023-03-31 14:04:48 -07:00
2023-09-18 16:34:17 +01:00
2023-09-08 10:44:00 -05:00
2023-09-07 17:57:28 +00:00
2023-10-04 13:11:52 -06:00
2023-02-20 12:21:27 -06:00
2023-09-19 15:28:48 -05:00
2022-12-19 10:50:55 -07:00
2023-10-19 18:44:42 +00:00
2023-09-08 15:14:10 -04:00
2023-08-28 09:29:17 +08:00
2023-09-18 16:34:17 +01:00
2023-10-14 23:16:11 +08:00