Expand description
Todoist API client library
§Quick Start
For convenient imports, use the prelude:
use todoist_api_rs::prelude::*;This re-exports the most commonly used types including client::TodoistClient,
error types, sync API types, and data models.