# ixy
A minimal, no-std compatible crate for 2D integer geometry
[](https://github.com/crates-lurey-io/ixy/actions/workflows/test.yml)
[](https://crates.io/crates/ixy)
[](https://codecov.io/gh/crates-lurey-io/ixy)
## Contributing
This project uses [`just`][] to run commands the same way as the CI:
- `cargo just check` to check formatting and lints.
- `cargo just coverage` to generate and preview code coverage.
- `cargo just doc` to generate and preview docs.
- `cargo just test` to run tests.
[`just`]: https://crates.io/crates/just
For a full list of commands, see the [`Justfile`](./Justfile).
## Inspiration
- [`tinygeom2d`](https://github.com/ttalvitie/tinygeom2d)