Expand description
Visualize
Structs§
- Debug
Byte Vectors - Wrapper struct with a
Debug
implementation to represent vector of bytes vectors in human-friendly way. - Debug
Bytes - 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 aVec
not a slice because slices won’t grow if needed.