fuel-types

Crates.iofuel-types
lib.rsfuel-types
version0.55.0
sourcesrc
created_at2021-12-24 00:47:08.025847
updated_at2024-07-04 20:49:17.362656
descriptionAtomic types of the FuelVM.
homepagehttps://fuel.network/
repositoryhttps://github.com/FuelLabs/fuel-vm
max_upload_size
id502450
size78,637
(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: 793

cargo fmt