Docs.rs
fuel-types-0.5.3
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
fuel-types 0.5.3
Atomic types of the FuelVM.
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
23
out of
23
items documented
0
out of
16
items with examples
Links
Homepage
FuelLabs/fuel-types
8
4
3
crates.io
Dependencies
rand ^0.8
normal
serde ^1.0
normal
bincode ^1.3
dev
hex ^0.4
dev
rand ^0.8
dev
serde_json ^1.0
dev
Versions
0.58.2
0.58.1
0.58.0
0.57.1
0.57.0
0.56.0
0.55.0
0.54.1
0.54.0
0.53.0
0.52.0
0.51.0
0.50.0
0.49.0
0.48.0
0.47.1
0.47.0
0.46.0
0.45.0
0.44.0
0.43.2
0.43.1
0.43.0
0.42.3
0.42.2
0.42.1
0.42.0
0.41.0
0.40.0
0.39.0
0.38.0
0.37.0
0.36.1
0.36.0
0.35.4
0.35.3
0.35.2
0.35.1
0.35.0
0.34.1
0.34.0
0.33.0
0.32.0
0.31.2
0.31.1
0.31.0
0.30.0
0.29.0
0.28.1
0.28.0
0.27.0
0.26.3
0.26.2
0.26.1
0.26.0
0.25.3
0.25.2
0.25.1
0.25.0
0.24.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0
Owners
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.