Docs.rs
visualizer-0.1.1
visualizer 0.1.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
hediet
Dependencies
base64 ^0.13.0
normal
serde ^1.0.125
normal
serde_json ^1.0.64
normal
Versions
33.33%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
visualizer
0.1.1
All Items
Crate Items
Re-exports
Modules
Macros
Structs
Traits
Functions
Crate
visualizer
Copy item path
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
§
View
Options
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.