Xteink-X4-crosspoint-reader/lib/Epub
Jake Kenneally 6115bf3cd2 feat: add CSS rules caching to CssParser
Add saveToCache() and loadFromCache() methods to CssParser for persisting
parsed CSS rules to disk. The cache format includes:
- Version byte for cache invalidation
- Rule count
- For each rule: length-prefixed selector string + CssStyle fields

This allows skipping CSS file parsing on subsequent book opens by loading
pre-parsed rules from cache.
2026-02-03 20:01:04 -05:00
..
Epub feat: add CSS rules caching to CssParser 2026-02-03 20:01:04 -05:00
Epub.cpp Merge branch 'master' into feature/add-epub-css-parsing 2026-01-27 20:24:38 -05:00
Epub.h Merge remote-tracking branch 'origin' into feature/add-epub-css-parsing 2026-01-19 22:37:37 -06:00