See README.md for an overview of this Rust crate.
When checking code, use cargo clippy --workspace --all-features --all-targets instead of cargo check.
When bumping the version number:
- adjust the version of all crates in
crates/ - adjust the version of
aeronet_dependencies in the rootCargo.toml - run
cargo check --workspace - update the
Versionstable inREADME.md - prompt the user to add a changelog entry to
crates/aeronet/docs/changelog.md