eidetic 0.0.1

Private local-memory lane for the Mere browser — typed blob request/response vocabulary and store trait, host-agnostic and storage-backend-agnostic.
Documentation
  • Coverage
  • 42.86%
    9 out of 21 items documented0 out of 8 items with examples
  • Size
  • Source code size: 9.46 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 687.11 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 16s Average build duration of successful builds.
  • all releases: 16s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mark-ik

Eidetic

Private local-memory lane for the mere browser. Eidetic owns the vocabulary for owner-scoped local blobs, caches, and accumulated browsing memory — the lane that "keeps the impressions over time" in Mere's printing-press metaphor (engines → inker → platen → verso-tile → eidetic).

Eidetic defines typed [Request] / [Response] enums, a [Store] trait that storage backends implement (fjall, redb, IndexedDB, …), and a [dispatch] helper that routes requests to a store. Eidetic does not pick a storage backend, mount filesystems, or know about graphs — it is the pure boundary between reducer-emitted memory requests and concrete blob storage.

Eidetic is distinct from:

  • mere-transport (peer transport state — networked, not local-private),
  • moothold (community/federation flora — shared, not private),
  • host UI state (transient, not durable).