Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 671 Bytes

File metadata and controls

34 lines (23 loc) · 671 Bytes

Contributing

Thanks for contributing to asyncjsonstream.

Development setup

  • Install stable Rust and Cargo.
  • Clone the repository.
cargo test
cargo fmt --all
cargo clippy --all-targets --all-features -- -D warnings

Pull requests

  • Keep changes focused and well-scoped.
  • Add tests for bug fixes and new behavior.
  • Update docs and CHANGELOG when appropriate.
  • Ensure cargo fmt and cargo clippy are clean.

Reporting issues

Please include:

  • Rust version (rustc -V)
  • Platform (OS + CPU)
  • A minimal reproduction case
  • Expected vs actual behavior

Code of conduct

This project follows the Code of Conduct.