fuels-code-gen 0.42.0

Used for code generation in the Fuel Rust SDK
Documentation
1
2
3
4
5
6
7
pub use ident::{ident, safe_ident};
pub use source::Source;
pub use type_path::TypePath;

mod ident;
mod source;
mod type_path;