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
12
13
pub mod app;
pub mod app_services;
pub mod components;
pub mod draw;
pub mod event_source;
pub mod handlers;
pub mod input;
pub mod presenters;
pub mod renderers;
pub mod screen;
pub mod styles;
pub mod templates;
pub mod view_state;