1 2 3 4 5 6 7 8
//! This module implements everything related to code generation/expansion
//! from a fuel/sway ABI.
pub mod abigen;
pub mod bindings;
pub mod custom_types_gen;
pub mod docs_gen;
pub mod flat_abigen; // Temporary while we support both JSON ABI formats.
pub mod functions_gen;