bitpill 0.3.5

A personal medication management TUI application built in Rust.
Documentation
1
2
3
4
5
6
7
pub mod create_medication_presenter;
pub mod mark_dose_presenter;
pub mod medication_details_presenter;
pub mod medication_list_presenter;
pub mod schedule_result_presenter;
pub mod settings_presenter;
pub mod update_medication_presenter;