termgraph 0.4.0

A Crate to displays Graphs in the Terminal
Documentation
  • Coverage
  • 100%
    13 out of 13 items documented5 out of 5 items with examples
  • Size
  • Source code size: 868.78 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.45 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Lol3rrr/termgraph
    32 0 8
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Lol3rrr

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