fuels_rs/code_gen/
mod.rs

1//! This module implements everything related to code generation/expansion
2//! from a fuel/sway ABI.
3pub mod abigen;
4pub mod bindings;
5pub mod custom_types_gen;
6pub mod docs_gen;
7pub mod functions_gen;