re_data_loader 0.31.4

Handles loading of Rerun data from file using data loader plugins
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Rerun dataloader for MCAP files.

mod loader;
mod robot_description;

/// Lens implementations for transforming various third-party data formats into Rerun components.
pub mod lenses;

#[cfg(test)]
pub mod tests;

pub use lenses::FOXGLOVE_LENSES_IDENTIFIER;
pub use loader::{McapLoader, load_mcap};