Skip to content

Commit

Permalink
Merge pull request #12 from matheus23/matheus23/expose-errors
Browse files Browse the repository at this point in the history
feat: Expose `Error` type
  • Loading branch information
dignifiedquire authored Sep 2, 2023
2 parents f44f4af + 5b65395 commit 0684c43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ mod reader;
mod util;
mod writer;

pub use crate::error::Error;
pub use crate::header::CarHeader;
pub use crate::reader::CarReader;
pub use crate::writer::CarWriter;

0 comments on commit 0684c43

Please sign in to comment.