re_importer 0.32.0

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

mod importer;
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 importer::McapImporter;
pub use lenses::FOXGLOVE_LENSES_IDENTIFIER;