vkfetch-rs 0.2.6

vkfetch-rs is a fetch-program that displays basic information about your vulkan-compatible graphic card(s)!
Documentation
1
2
3
fn main() -> Result<(), Box<dyn std::error::Error>> {
    vkfetch_rs::iterate_devices()
}