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