diff.rs
diff.rs copied to clipboard
Implement LocalStore cache
Implement LocalStorage cache, for:
- Using cached API responses to avoid spamming crates.io API
- Enabling offline mode (anything that is in the cache can still be rendered, maybe a warning indicating that content might be stale)