[go: up one dir, main page]

fuel-core-bin 0.32.1

Fuel client binary.
1
2
3
4
5
6
7
8
9
#![deny(clippy::arithmetic_side_effects)]
#![deny(clippy::cast_possible_truncation)]
#![deny(unused_crate_dependencies)]
#![deny(warnings)]

pub mod cli;
pub use fuel_core::service::FuelService;

use tikv_jemallocator as _; // Used only by the binary