| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected