[ ] MSRV vs newest Rust (requires #5 so I know what that looks like first)
[x] minimal direct dependencies vs newest direct dependencies
[ ] crate feature powerset (requires #6 so I know what that looks like first)
[ ] architecture + operating system + acceleration (i.e. Vulkan vs Metal / Accelerate vs CUDA) (because these aren't available all the time e.g. metal on x64 windows makes no sense, nor would cuda on aarch64 macos for example) (whenever I get around to that)
can all be tested multiplicatively (i.e. as a cartesian product) instead of additively
that way
can all be tested multiplicatively (i.e. as a cartesian product) instead of additively