Crate grovedb_visualize

Source
Expand description

Visualize

Structs§

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

Traits§

  • Pretty visualization of GroveDB components.

Functions§

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