1 2 3 4 5 6 7 8 9 10 11
//! This module implements everything related to code generation/expansion
//! from a FuelVM 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;
pub use abigen::{extract_and_parse_logs, extract_log_ids_and_data};