[go: up one dir, main page]

Crate diplomat_core

Source
Expand description

The Diplomat core module contains common logic between the macro expansion and code generation. Right now, this is primarily the AST types that Diplomat generates while extracting APIs.

Modules§

ast
hir
Experimental high-level representation (HIR) for Diplomat.

Structs§

Env
The type resolution environment
ModuleEnv
The type resolution environment within a specific module