[][src]Crate twiggy_traits

Common traits and types used throughout all of twiggy.

Structs

Error

An error that ocurred in twiggy when parsing, analyzing, or emitting items.

Enums

OutputFormat

The format of the output.

ParseMode

Selects the parse mode for the input data.

Traits

Analyze

An analysis takes our IR and returns some kind of data results that can be emitted.

Emit

Anything that can write itself in the given output format to the given destination.