Internals

August 4, 2026 ยท View on GitHub

Implementation-detail reference: how Lore is built under the hood.

What this folder is

Precise technical descriptions of Lore's source: byte layouts, struct formats, serialization specs, internal protocols. Austere, authoritative, descriptive only. No instruction or explanation; just how the machinery is built.

What you'll find here

  • File I/O engine โ€” the lore-io driver, buffer ownership, syscall pool, and the plan for replacing std::fs and tokio::fs.

Suggested starting points

See docs/README.md for the full docs structure.