Rust implementation of the atomic types for the FuelVM.
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
.alloc-serde
: Enable alloc
, serde/alloc
and serde-types-minimal
.random
: Implement no-std
rand features for the provided types.serde-types
: Add support for serde for the provided types.serde-types-minimal
: Add support for no-std
serde for the provided types.