Structs§
- Live
Task - In-memory task with a lease timestamp for TTL tracking.
- Task
- A task on the board, persisted as NDJSON.
Enums§
- Task
Status - Status of a task on the board.
Functions§
- load_
tasks - Load tasks from an NDJSON file. Returns empty vec if the file does not exist.
- next_id
- Generate the next task ID from the current list.
- save_
tasks - Write all tasks to an NDJSON file (full rewrite).