Lol3rrr / termgraph

A Crate to display Graphs on the Terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Termgraph

Docs Crates.io

A utility to display Directed-Graphs in the Terminal, purely written in rust without external dependencies

Motivation

This crate was born to allow for easy visualization of Graphs in the Terminal, either for debugging purposes or for displaying it to the end user. This was started as I could not find anothe crate that really suited my use-case and this might also be useful for others when working with graphs in Rust, which can already be hard enough.

Usage

To see how you can use this, see the Documentation or the examples in the /examples/ folder.

Example

Example Graph

About

A Crate to display Graphs on the Terminal

License:Other


Languages

Language:Rust 100.0%