v0.1.7
What's Changed
- Add GPU support for mac, multi GPU for Linux by @triarius in #7
- Several refactors to get rid of Clippy warnings
- Some tests added specifically for GPU regex
Note A github actions workflow is now available to check
cargo fmt
andcargo clippy
. If you want to contribute, make sure to runcargo fmt --all --
andcargo clippy
on your code from now on!
Full Changelog: v0.1.6...v0.1.7