Module ir

Source
Expand description

Intermediate representation of types and modules.

Modules§

module_ir
Intermediate Representation of a rust module.
type_ir
Intermediate Representation of a rust type.

Traits§

ToTokensWithSettings
A trait that can translate a type into rust tokens similar to quote::ToTokens, but takes into account the alloc_crate_path from TypeGeneratorSettings.