Files
notedeck/crates/notedeck_columns/src/storage/mod.rs
William Casarin 0cc1d8a600 Switch to unified timeline cache via TimelineKinds
This is a fairly large rewrite which unifies our threads, timelines and
profiles. Now all timelines have a MultiSubscriber, and can be added
and removed to columns just like Threads and Profiles.

Signed-off-by: William Casarin <jb55@jb55.com>
2025-02-05 18:30:45 -08:00

4 lines
83 B
Rust

mod decks;
pub use decks::{load_decks_cache, save_decks_cache, DECKS_CACHE_FILE};