🦀
RustCanon
Learn
Patterns
Software Engineering
Recipes
Learning Paths
Resources
Resources
Cheatsheet
About
Home
Patterns
Software Engineering
Recipes
Learning Paths
Resources
Cheatsheet
About
← Back to Topics
📦
Module System & Architecture
Structure Rust projects for maintainability and scale
4 Patterns
4 Interactive
0 Live Demos
Workspace Patterns
intermediate
Multi-crate project organization
🎮 Playground
workspace
cargo
+1
Crate Design
intermediate
Public APIs and module visibility
🎮 Playground
crate
pub
+1
Feature Flags
intermediate
Conditional compilation strategies
🎮 Playground
features
cfg
+1
Dependency Management
intermediate
Versioning and dependency strategies
🎮 Playground
dependencies
cargo
+1