Expand description
Metadata struct matching docs/STORE.md §2 / docs/PUBLIC_API.md §3.
The on-disk wire format is TOML, with the reserved top-level fields named
by the spec and any tool-specific table ([doiget], [bibliofetch], …)
beneath. Per docs/STORE.md §8, both implementations MUST tolerate
unknown top-level fields and unknown tables; this module captures unknown
entries through the other field via #[serde(flatten)] so they
survive a read/modify/write round-trip.
Structs§
- Doiget
Extension - doiget-specific extension table (
[doiget]). - Metadata
- Metadata for a single stored entry.