Crate grovedb_visualize

Source
Expand description

Visualize

Structs§

DebugByteVectors
Wrapper struct with a Debug implementation to represent vector of bytes vectors in human-friendly way.
DebugBytes
Wrapper struct with a Debug implementation to represent bytes vector in human-friendly way.
Drawer
A io::Write proxy to prepend padding and symbols to draw trees

Traits§

Visualize
Pretty visualization of GroveDB components.

Functions§

to_hex
To hex
visualize_stderr
visulize shortcut to write straight into stderr offhand
visualize_stdout
visualize shortcut to write straight into stdout offhand
visualize_to_vec
visualize shortcut to write into provided buffer, should be a Vec not a slice because slices won’t grow if needed.