Re-exports§
pub use serde;
Modules§
Macros§
- Shows the given visualization in a new window. Waits until the visualization window is closed.
Structs§
- Configures visualization view options.
Traits§
- Represents something that can provide a visualization for itself.
- Represents a visualization that can be serialized into a json string.
Functions§
- 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.