fuel-types

Crates.iofuel-types
lib.rsfuel-types
version0.63.0
created_at2021-12-24 00:47:08.025847+00
updated_at2025-08-27 12:01:57.266064+00
descriptionAtomic types of the FuelVM.
homepagehttps://fuel.network/
repositoryhttps://github.com/FuelLabs/fuel-vm
max_upload_size
id502450
size105,033
(fuel-service-user)

documentation

README

Fuel Types

build crates.io docs discord

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.
Commit count: 888

cargo fmt