candle-einops-macros 0.2.0

Procedural macros for candle-einops tensor transformations and einsum
Documentation
1
2
3
4
5
#[test]
fn ui() {
    let tests = trybuild::TestCases::new();
    tests.compile_fail("tests/ui/fail/*.rs");
}