Shared data types for the Pali todo management system.
[dependencies]
pali-types = "0.1.0"
use pali_types::{CreateTodoRequest, priority};
let todo = CreateTodoRequest::new("Buy groceries")
.with_high_priority()
.with_due_date(1640995200);
See CONTRIBUTING.md for development setup and guidelines.
MIT