Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 647 Bytes

File metadata and controls

19 lines (10 loc) · 647 Bytes

Rust conventions

Tooling

Linting

Use Rust's Clippy with our custom setting to ensure your code follows our conventions. Please lint and format often and before pushing code. If the linter finds issues with the code, the CI/CD will fail and the pull requests will not be pulled until the issues are resolved.

Building

While not specifically connected to Rust, our go-to build tool is currently the famous make. If you are writing Makefile-s please ensure that it runs on Windows as well. Be aware: Cross-platform Makefile-s are a separate art form.

Coding

Comments

Assembly

Both inline and separate.