fuels-macros 0.77.0

Fuel Rust SDK macros to generate types from ABI.
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(test)]
mod tests {
    #[test]
    fn ui() {
        let t = trybuild::TestCases::new();
        t.compile_fail("tests/ui/abigen/*.rs");
        t.compile_fail("tests/ui/setup_program_test/*.rs");
        t.compile_fail("tests/ui/derive/*/*.rs");
    }
}