Skip to main content

Module fmt

Module fmt 

Source
Expand description

Custom formatting traits used when outputting Graphviz diagrams with the results of a dataflow analysis.

Structsยง

DebugDiffWithAdapter ๐Ÿ”’
Implements fmt::Debug by deferring to <T as DebugWithContext<C>>::fmt_diff_with.
DebugWithAdapter ๐Ÿ”’
Implements fmt::Debug by deferring to <T as DebugWithContext<C>>::fmt_with.

Traitsยง

DebugWithContext
An extension to fmt::Debug for data that can be better printed with some auxiliary data C.

Functionsยง

fmt_diff ๐Ÿ”’