Thanks for your interest in `metaflux-client`.
```bash
cargo build --all-features
cargo test --all-features
cargo test --no-default-features
cargo clippy --all-targets --all-features -- -D warnings
cargo fmt --all
```
CI enforces `fmt`, `clippy -D warnings`, the test matrix, and
`cargo doc -D warnings` — run them locally before pushing.
- -
- ---
By contributing, you agree your contributions are licensed under the MIT
license.