Module todo

Module todo 

Source
Expand description

Todo tools for managing task lists

Provides functionality to create, read, and update todos with persistent storage.

Structs§

Todo
A single todo item
TodoStorage
Todo storage manager
TodoTools
Todo tools for managing task lists
TodoreadInput
Input for todoread operation
TodoreadOutput
Output from todoread operation
TodowriteInput
Input for todowrite operation
TodowriteOutput
Output from todowrite operation

Enums§

TodoPriority
Todo priority enumeration
TodoStatus
Todo status enumeration