Expand description
File I/O for todo list (.todo.json). Same format as xtask so dev_shell and cargo xtask todo share data.
Mode P / guest-primary: paths stay on the host current directory (design §11 A); they are not mapped into the guest project tree.
Structs§
Functions§
- list_
from_ todos - Build a
TodoListfrom loaded todos (call afterload_todos). - load_
todos - Load todos from
.todo.jsonin the current directory. - save_
todos - Save todos to
.todo.jsonin the current directory. - todo_
file - Path to
.todo.jsonin the current directory.