tui-piechart 0.3.3

A customizable pie chart widget for Ratatui TUI applications
Documentation
1
2
3
4
5
#!/usr/bin/env nu
# Prints the current package version from Cargo.toml.
# Usage: nu scripts/version.nu

open Cargo.toml | get package.version | print