Wyzoid is a small framework made to easily experiment with compute shader / GPGPU using Vulkan (via ash).
The project include 3 examples:
cargo run --example basic
cargo run --example multiplebuffer
cargo run --example multiplebuffershader
Documentation is very much a todo. In the meanwhile, you can look at the examples.