Function mcap::read::footer

source ·
pub fn footer(mcap: &[u8]) -> McapResult<Footer>
Expand description

Read the MCAP footer.

You’d probably prefer to use Summary::read to parse the whole summary, then index into the rest of the file with Summary::stream_chunk, attachment, metadata, etc.