notecache: add initial in-memory notecache

This is useful for things like relative time strings and other
transient note cache state

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-02-15 13:03:46 -08:00
parent c246b9d92f
commit 2ce2d4cc70
3 changed files with 27 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ mod filter;
mod ui;
mod timecache;
mod time;
mod notecache;
mod frame_history;
mod timeline;