Fuel Types
Rust implementation of the atomic types for the FuelVM.
Compile features
std: Unless set, the crate will link to the core-crate instead of the std-crate. More info here.alloc: Use Vec from alloc forno-std.alloc-serde: Enablealloc,serde/allocandserde-types-minimal.random: Implementno-stdrand features for the provided types.serde-types: Add support for serde for the provided types.serde-types-minimal: Add support forno-stdserde for the provided types.