Welcome to the Rust guidelines we use for network-health code. Below is a list of tools we use when working on network-health code and some additional tools that could help with Rust code.
Conventions and tools we use
Style
We follow the conventions of these tools, except for maximum number of
characters per line that we set to 79
.
We also use:
- editorconfig: helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs.
Documentation
Testing
Packaging
Other conventions and tools
Style
Human language:
- codespell: Fix common misspellings in text files. It’s designed primarily for checking misspelled words in source code, but it can be used with other files as well.