-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
See Rust API naming guidelines.
In
UpperCamelCase, acronyms and contractions of compound words count as one word: useUuidrather thanUUID,Usizerather thanUSizeorStdinrather thanStdIn.
For example in stl.rs:
STLFace -> StlFace
STLReader -> StlReader
STLType -> StlType
STLType::ASCII -> StlType::Ascii
etc.
Would you consider a PR with such changes if I opened one?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels