read_manifest

Function read_manifest 

Source
pub fn read_manifest<R: Read>(stream: &mut R) -> Result<ExpertIndex>
Expand description

Read the length-prefixed manifest from a freshly-connected stream and parse it. Shared by the client (expert_tier_rdma).