Expand description
ObjectStore — the central data structure for PDF object access.
Owns the source data and provides thread-safe lazy parsing of individual
objects via OnceLock. The HashMap key set is immutable after construction.
Structs§
- Object
Store - The central PDF object store with thread-safe lazy parsing.