tui-bars 0.1.0

Bar widgets for tui-rs
Documentation
1
2
3
4
5
#![doc = include_str!("../README.md")]

mod valuebar;

pub use valuebar::ValueBar;