Rust-GPU / Rust-CUDA

Ecosystem of libraries and tools for writing and executing fast GPU code fully in Rust.
Apache License 2.0
3.05k stars 118 forks source link

Add more assertion macros #16

Open Kixiron opened 2 years ago

Kixiron commented 2 years ago

Adding the debug_* variants of all assertion macros would be really nice in addition to adding assert!() and assert_matches!() macros