fuels_code_gen/
lib.rs

1
2
3
4
5
pub use program_bindings::*;

pub mod error;
mod program_bindings;
pub mod utils;