termplot-rs 0.2.3

A high-performance terminal plotting library using Unicode Braille characters. Supports real-time rendering, 3D projections, and complex charts.
Documentation
[package]
name = "termplot-rs"
version = "0.2.3"
edition = "2021" 
description = "A high-performance terminal plotting library using Unicode Braille characters. Supports real-time rendering, 3D projections, and complex charts."
license = "MIT"
repository = "https://github.com/sabbat-cloud/termplot"
readme = "README.md"
keywords = ["plotting", "tui", "graph", "visualization", "braille"]
categories = ["command-line-interface", "visualization", "graphics"]
exclude = [
    ".github/*",
    "images/*",
]

[dependencies]
rand = "0.8"
colored = "2.0"
crossterm = "0.27" 
terminal_size = "0.3"


[dev-dependencies]
rand = "0.8"
sysinfo = "0.30"