fuels-macros 0.77.0

Fuel Rust SDK macros to generate types from ABI.
Documentation
1
2
3
4
5
6
7
8
pub(crate) use commands::{
    AbigenCommand, BuildProfile, DeployContractCommand, InitializeWalletCommand, LoadScriptCommand,
    SetOptionsCommand, TestProgramCommands,
};

mod command_parser;
mod commands;
mod validations;