You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| title |
status |
type |
created_at |
updated_at |
parent |
| App error type and Result alias |
todo |
task |
2026-03-27T19:38:56Z |
2026-03-27T19:38:56Z |
claudbg-h7xu |
Define a top-level AppError enum (IoError, ParseError, DbError, NotFound, etc.) and a Result alias. Use thiserror or a similar crate.