coding-guidelines
coding-guidelines copied to clipboard
Add section about Rust tests. Format and naming
Module named tests (plural). Don't start test functions with test_ etc. Unit tests vs integration tests.