fe2o3
Conventions
Unit Testing
Unit tests are, as is done in Rust, written directly in the src file. PRs without unit tests are not merged. Example from cargo new:
Unit tests are, as is done in Rust, written directly in the src file. PRs without unit tests are not merged. Example from cargo new: