doist 0.4.0

doist is an unofficial command line app for interacting with the Todoist API
Documentation
1
2
3
4
5
//! Provides various lower-level mechanisms to interact with the Todoist API.
pub mod rest;
pub mod tree;

mod serialize;