Rust rules

Rust rules

innocentzero

2026-06-15

#rust #programming #software | Status: Ongoing

Rules I adhere by when writing rust code.

Results vs Options

Custom Error types

Prefer mod.rs over <module>.rs for modules with associated dirs

Prefer to only have pub module imports in mod.rs, lib.rs etc

Function/Struct declaration order

Logging principles