Description
To check the project, use the following command:
cargo check --all-features --all-targets
To run all tests, use the following command:
cargo test --all-features --all-targets
To check and perform formatting, use the following commands:
cargo +nightly fmt -- --check
cargo +nightly fmt