pxlfmt 0.3.0

Pixel formats and manipulation
Documentation

pxlfmt

Type-safe pixel formats and pixel manipulation.

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 test to run tests.

For a full list of commands, see the Justfile.

Inspiration