Skip to content

Commit

Permalink
include parameters in prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
cvhammond committed Dec 19, 2023
1 parent 288cc56 commit e48e6b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ use processor::Processor;
use seg::Seg;

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

/// Reports errors that occurred while parsing a C3D file.
Expand Down

0 comments on commit e48e6b8

Please sign in to comment.