doist 0.4.0

doist is an unofficial command line app for interacting with the Todoist API
Documentation
1
2
3
4
5
6
7
//! Controls things that work with [`crate::api::rest::Project`]s.
pub mod add;
pub mod comment;
pub mod delete;
pub mod list;
pub(crate) mod state;
pub mod view;