af-sui-pkg-sdk 0.9.2

Macro for generating `MoveStruct`s from Move source code
Documentation
1
2
3
4
5
6
7
#[test]
fn tests() {
    let t = trybuild::TestCases::new();
    t.pass("tests/legacy_move.rs");
    t.pass("tests/tuple_struct.rs");
    t.pass("tests/visibility_modifiers.rs");
}