Crate visualizer

Source

Re-exports§

pub use serde;

Modules§

visualizations

Macros§

view
Shows the given visualization in a new window. Waits until the visualization window is closed.

Structs§

ViewOptions
Configures visualization view options.

Traits§

Visualizable
Represents something that can provide a visualization for itself.
Visualization
Represents a visualization that can be serialized into a json string.

Functions§

view
Shows the given visualization in a window and waits until the window is closed. Prefer using the view! instead, as it includes the current filename and line.