MCPcopy Index your code
hub / github.com/RetypeOS/parcode / reader.rs

File reader.rs

src/reader.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! The Read-Side Engine: Parallel Reconstruction & Random Access.
2//!
3//! This module implements the complete reading pipeline for Parcode files, providing both
4//! eager (full deserialization) and lazy (on-demand) loading strategies. It leverages memory

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected