Posted onNovember 19, 2016 in Rust
General naming conventions
In general, Rust tends to use CamelCase
for “type-level” constructs
(types and traits) and snake_case
for “value-level” constructs. More
precisely, the proposed (and mostly followed) conventions are: