[][src]Crate debug_tree

Re-exports

pub use default::default_tree;

Modules

default
scoped_branch

Macros

add_branch

Adds a scoped branch to the default tree with the given text and formatting arguments The branch will be exited at the end of the current block.

add_branch_to

Adds a scoped branch to given tree with the given text and formatting arguments The branch will be exited at the end of the current block.

add_leaf

Adds a leaf to the default tree with the given text and formatting arguments

add_leaf_to

Adds a leaf to given tree with the given text and formatting arguments

add_leaf_value

Adds the value as a leaf to the default tree.

add_leaf_value_to

Adds a leaf to given tree with the given value argument

Structs

TreeBuilder

Reference wrapper for State