realtime_termgraph 0.2.1

A realtime plotting library that outputs a graph to the terminal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.crossterm]
version = "0.26.1"

[dependencies.map-range]
version = "0.1.2"

[dependencies.parking_lot]
features = ["deadlock_detection"]
version = "0.12.1"

[package]
authors = ["Grant Lemons <grantlemons@aol.com>"]
description = "A realtime plotting library that outputs a graph to the terminal"
edition = "2021"
license = "GPL-3.0"
name = "realtime_termgraph"
repository = "https://github.com/grantlemons/realtime_termgraph"
version = "0.2.1"