ixy 0.6.0-alpha.7

A minimal, no-std compatible crate for 2D integer geometry
docs.rs failed to build ixy-0.6.0-alpha.7
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: ixy-0.6.0-alpha.3

ixy

A minimal, no-std compatible crate for 2D integer geometry

Test Docs Crates.io Version codecov

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 semver-checks to verify no accidental breaking changes.
  • cargo just test to run tests.

For a full list of commands, see the Justfile.

Releasing

  1. Update the version in Cargo.toml and commit.
  2. Push a tag matching the version (e.g. v0.6.0-alpha.4).
  3. The publish workflow handles the rest:
    • Validates the tag matches Cargo.toml
    • Runs checks, tests, and semver-checks
    • Publishes to crates.io via trusted publishing
    • Creates a GitHub Release with changelog

Inspiration