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).
pub fn read_manifest<R: Read>(stream: &mut R) -> Result<ExpertIndex>Read the length-prefixed manifest from a freshly-connected stream and parse
it. Shared by the client (expert_tier_rdma).