docs.rs failed to build fuels-0.38.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: fuels-0.76.0

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