bitpill 0.3.3

A personal medication management TUI application built in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod create_dose_record_service;
pub mod create_medication_service;
pub mod delete_medication_service;
pub mod edit_medication_service;
pub mod get_medication_service;
pub mod list_all_medications_service;
pub mod list_dose_records_service;
pub mod mark_dose_taken_service;
pub mod schedule_dose_service;
pub mod settings_service;
pub mod update_medication_service;