ccboard-core 0.8.0

Core library for ccboard - parsers, models, store, watcher
Documentation
1
2
3
4
5
6
7
//! Caching layer for ccboard-core
//!
//! Provides SQLite-based metadata caching for 90% startup speedup.

pub mod metadata_cache;

pub use metadata_cache::{CacheStats, MetadataCache};