Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
cvhammond committed Aug 13, 2023
1 parent c5eba15 commit 8c416cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ use events::Events;
use parameters::Parameters;
use processor::Processor;

pub mod prelude {
pub use crate::{parameters::ParameterData, C3d, C3dParseError};
}

#[derive(Debug)]
pub enum C3dParseError {
ReadError(std::io::Error),
Expand Down

0 comments on commit 8c416cc

Please sign in to comment.