Skip to content
This repository was archived by the owner on Oct 9, 2018. It is now read-only.

Commit c39c731

Browse files
committed
Fix crate naming convention.
Closes #14
1 parent 1c72975 commit c39c731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style/naming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| Item | Convention |
66
| ---- | ---------- |
7-
| Crates | `kebab-case` |
7+
| Crates | `snake_case` (but prefer single word) |
88
| Modules | `snake_case` |
99
| Types | `CamelCase` |
1010
| Traits | `CamelCase`; prefer transitive verbs, nouns, and then adjectives; avoid suffixes (like `able`) |

0 commit comments

Comments
 (0)