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.
Migrate async runtime from async-std to tokio (required by libsql), then add a mtime-based libsql cache at .nbd/cache.db that accelerates nbd list, nbd ready, and nbd next by avoiding redundant file reads. - Cargo.toml: replace async-std with tokio + libsql = "0.6" - src/store.rs: async_std → tokio fs API; add open_cache() and list_tickets_cached() with fallback to list_tickets on error - src/main.rs: tokio::main, tokio::fs::remove_file; wire cmd_list, cmd_ready, cmd_next to list_tickets_cached - src/tests.rs: async_std::test → tokio::test, async_std::fs → tokio::fs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
3 months ago | |
|---|---|---|
| .. | ||
| 0f51af.md | 3 months ago | |
| 4d2359.md | 3 months ago | |
| 5f1495.md | 3 months ago | |
| 6e4239.md | 3 months ago | |
| 8b4041.md | 3 months ago | |
| 9ad11f.md | 3 months ago | |
| 9c1f2c.md | 3 months ago | |
| 9c9ebe.md | 3 months ago | |
| 92e45b.md | 3 months ago | |
| 460caf.md | 3 months ago | |
| 1939a7.md | 3 months ago | |
| 4036aa.md | 3 months ago | |
| 9344a5.md | 3 months ago | |
| 833807.md | 3 months ago | |
| 887344.md | 3 months ago | |
| b05b5a.json | 3 months ago | |
| c2a024.md | 3 months ago | |
| c9d551.md | 3 months ago | |
| c24ee8.md | 3 months ago | |
| c12091.md | 3 months ago | |
| d1634a.md | 3 months ago | |
| e6b9df.json | 3 months ago | |
| e1968f.md | 3 months ago | |
| e14172.md | 3 months ago | |
| fc6df4.md | 3 months ago | |
| fc444f.md | 3 months ago | |
| feb901.md | 3 months ago | |