display_tree-1.0.2 has been yanked.
display_tree
provides simple, automatic, and customizable tree pretty-printing.
This crate provides tools to easily pretty-print data as a tree, including a trait that represents the ability to be printed as a tree, and a derive macro to automatically implement it for your types
See the crate-level documentation to get started.
Examples
use ;
// A tree representing a numerical expression.
let expr: Expr = BinOp ;
assert_eq!;
License: MIT OR Apache-2.0