bitpill 0.3.5

A personal medication management TUI application built in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Module for TUI dumb components
pub mod bottom_bar;
pub mod detail;
pub mod item;
pub mod list;
pub mod mark_taken_line;
pub mod medication_form;
pub mod modal;
pub mod schedule_time;
pub mod table;
pub mod title_bar;