Module typegen

Source
Expand description

Type Generation Settings and Logic

Modules§

error
Custom error types.
ir
Intermediate representation of types and modules.
settings
Settings passed into the TypeGenerator.
type_params
Logic for dealing with used and unused generic type parameters.
type_path
Type path definition and conversion into tokens.
validation
Utility functions to validate that type paths in the user defined derives and substitutes exist in a type registry.

Structs§

TypeGenerator
An interface for generating a types module.