ctest 0.5.1

Automated testing of FFI bindings in Rust.
Documentation
1
2
3
4
5
6
7
8
9
struct Foo {
    a: int,
    b: u8;
}

unin Bar {
    x: u8,
    y: u8
}