1 2 3 4 5 6 7
//! 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 functions_gen;