Thanks for your interest in contributing to decimal-bytes!
- Rust 1.85+ (the minimum supported Rust version)
cargo build # Default build
cargo build --features rust_decimal # With rust_decimal interop
cargo build --features bigdecimal # With bigdecimal interop
cargo test --all-features # Run all tests
cargo bench # Run benchmarksBefore submitting a PR, make sure CI checks pass locally:
cargo fmt --all -- --check
cargo clippy --all-features -- -D warnings
cargo test --all-features- Fork the repository and create a branch from
main. - Add tests for any new functionality or bug fixes.
- Run the checks above.
- Open a pull request against
main.
Open an issue on GitHub with a clear description of the problem or feature request.
By contributing, you agree that your contributions will be licensed under the MIT License.