[go: up one dir, main page]

Documentation

Fuel Rust SDK.

Quickstart: prelude

A prelude is provided which imports all the important data types and traits for you. Use this when you want to quickly bootstrap a new project.

# #[allow(unused)]
use fuels::prelude::*;

Examples on how you can use the types imported by the prelude can be found in the main test suite