-
Maybe look at this one: https://github.com/eldade/GPUZipCracker
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
With Rust-CUDA you can write Rust code to run on the GPU quite easily, long as the code is no_std (and you have a NVIDIA GPU).
-
Rust-GPU works too to compile Rust code to compute shaders. Then you can use wgpu to run the generated shader. It works for all GPUs but Rust-GPU is very much alpha software and doesn't support algebraic data types, iterators etc.
-
Rust-GPU works too to compile Rust code to compute shaders. Then you can use wgpu to run the generated shader. It works for all GPUs but Rust-GPU is very much alpha software and doesn't support algebraic data types, iterators etc.