termgraph 0.2.0

A Crate to displays Graphs in the Terminal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Changelog

# [0.2] - 7.6.2022
This contains a large overhaul of the API so not every detail will be listed here.
## Changes
* Introduced a Config, to allow for more customization
* Added a custom Trait to format the Nodes in the Graph
* Improved Color Support
* Restructured the API to make it more ergonomic to use


# [0.1] - 17.5.2022
The initial release of the Crate