Thanks for contributing to asyncjsonstream.
- Install stable Rust and Cargo.
- Clone the repository.
cargo test
cargo fmt --all
cargo clippy --all-targets --all-features -- -D warnings- Keep changes focused and well-scoped.
- Add tests for bug fixes and new behavior.
- Update docs and CHANGELOG when appropriate.
- Ensure
cargo fmtandcargo clippyare clean.
Please include:
- Rust version (
rustc -V) - Platform (OS + CPU)
- A minimal reproduction case
- Expected vs actual behavior
This project follows the Code of Conduct.