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 for no-std
.
random
: Implement no-std
rand features for the provided types.
serde
: Add support for serde for the provided types.