Crate twiggy_traits

Crate twiggy_traits 

Source
Expand description

Common traits and types used throughout all of twiggy.

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.