//! timberfs as a library: the store, the read path, and the entry
//! machinery shared by the `timberfs` and `timbergrep` binaries. The
//! binaries stay thin; the transport between them is the record stream
//! (timberfs-records(5)), not this crate — linking it is code sharing,
//! not the interface.