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-iodriver, buffer ownership, syscall pool, and the plan for replacingstd::fsandtokio::fs.
Suggested starting points
- Writing a new Internals page? Start at the doc-standards walkthrough.
See docs/README.md for the full docs structure.