waveformchart 0.1.0

Waveform chart widget for Ratatui with Braille rendering
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "waveformchart"
version = "0.1.0"
edition = "2024"
description = "Waveform chart widget for Ratatui with Braille rendering"
license = "MIT"
repository = "https://github.com/bcherb2/waveformchart"
keywords = ["ratatui", "tui", "waveform", "chart", "visualization"]
categories = ["visualization", "command-line-utilities"]

[dependencies]
anyhow = "1.0.100"
crossterm = "0.29.0"
rand = "0.9.2"
ratatui = "0.29.0"
sysinfo = "0.37.2"