FuelLabs / fuel-types

Common types for Fuel v2

Repository from Github https://github.comFuelLabs/fuel-typesRepository from Github https://github.comFuelLabs/fuel-types

⚠ Archival Notice

This repo is no longer active and has been moved to: https://github.com/FuelLabs/fuel-vm/tree/master/fuel-types

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.

About

Common types for Fuel v2

License:Apache License 2.0


Languages

Language:Rust 100.0%