Module todo

Module todo 

Source
Expand description

Todo list management operation.

This module is only available with the async feature.

Structs§

Todo
A single task item.
TodoState
Thread-safe shared state for todo list.

Enums§

TodoPriority
Task priority level.
TodoStatus
Task status.

Functions§

read_todos
Reads and formats the current todo list.
write_todos
Writes/replaces the todo list with new items.