casting 0.1.1

CastFrom and CastInto traits for generic numeric casting
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Contributing to Casting

We welcome contributions! To contribute:

1. Fork the repository
2. Create a feature branch
3. Make your changes
4. Ensure tests pass with `cargo test --features nightly` and `cargo test`
5. Ensure formatting is correct with `cargo fmt`
6. Ensure no clippy warnings with `cargo clippy --features nightly`
7. Open a PR using [conventional commits]https://www.conventionalcommits.org/

Your pull request will be reviewed and merged if it meets the project standards.