Skip to content

Canonical struct naming #39

@virtualritz

Description

@virtualritz

See Rust API naming guidelines.

In UpperCamelCase, acronyms and contractions of compound words count as one word: use Uuid rather than UUID, Usize rather than USize or Stdin rather than StdIn.

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions