Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Code Organization

This chapter describes best practices for organizing your Rust code and projects. We will highlight the built-in features of linting, code organization using crates, and testing.