Expand description
Persistent browsing history for the Oxide browser.
Entries are stored in a [sled] embedded database under a [sled::Tree]
named "history". Each record is keyed by a unique timestamp+URL composite
key so the same URL visited multiple times produces separate entries.
For thread-safe access use SharedHistoryStore.
Structs§
- History
Item - A single browsing history entry.
- History
Store - Persistent history storage backed by a [
sled::Tree].