Skip to content

Commit

Permalink
Merge f54793c into 1fe9657
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc committed May 18, 2023
2 parents 1fe9657 + f54793c commit 623487e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub mod constants;
pub use crate::constants::*;

mod endianity;
pub use crate::endianity::{BigEndian, Endianity, LittleEndian, NativeEndian, RunTimeEndian};
pub use crate::endianity::*;

pub mod leb128;

Expand Down

0 comments on commit 623487e

Please sign in to comment.