tds-0.1.3 is not a library.
tds
A tool to manage to-do items.

Feature
I. Update task status anywhere 🌍
1 - user, N - devices
Because the data is stored in your own database, it can be reached synchronously on any device.
II. Assign / Receive ToDo with other 👬
N - users, N - devices
Configure multiple users to connect to the same database, each user can edit and modify their own tasks without interfering with each other. You can even assign tasks to others, similar to Trello.
III. Sync with GitLab / GitHub 📦
You can synchronize tasks on gitlab to tds, and even submit changes to gitlab.
IV. Customization 🎨
You can easily configure your favorite window style.
Install
0. vi ~/.config/tds/tds.toml
= "127.0.0.1"
= "5432"
= "iiran"
= "iiran"
= "iiran"
= "iiran"
= "percivalstr@163.com"
= ""
= ""
1. Install by Cargo
How to use
Example
1. Create New task
# create task named 'reply email', should be solved in 2 hours.
2. Update task state
# mark task is cmpleted which id is 1.