Skip to content

Commit

Permalink
refactor(vee): re-export all public crate types
Browse files Browse the repository at this point in the history
  • Loading branch information
suchapalaver committed Nov 29, 2024
1 parent 16df05c commit 8534fb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions crates/vee/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ pub use flat_files_decoder as decoder;

#[doc(inline)]
pub use header_accumulator as accumulator;

pub use accumulator::*;
pub use decoder::*;
pub use protos::*;

0 comments on commit 8534fb8

Please sign in to comment.