Skip to content

Commit

Permalink
Merge #220: Export u2
Browse files Browse the repository at this point in the history
6706b8d Export u2 (Christian Lewe)

Pull request description:

  Fixes #219

ACKs for top commit:
  apoelstra:
    ACK 6706b8d

Tree-SHA512: 04b4255f55e00b30792ca4ffb9e13b90c0fa67388d2f9603ad88cff0a5feeac55daffe530f7038cc7ab3934db4db357907ce524887ec34d40d900d21dff4a6c1
  • Loading branch information
apoelstra committed Jun 27, 2024
2 parents 8da41fb + 6706b8d commit 0aa576f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bit_encoding/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ mod bitwriter;
pub mod decode;
pub mod encode;

pub use bititer::{BitIter, EarlyEndOfStreamError};
pub use bititer::{u2, BitIter, EarlyEndOfStreamError};
pub use bitwriter::{write_to_vec, BitWriter};
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ mod value;

pub use bit_encoding::decode;
pub use bit_encoding::encode;
pub use bit_encoding::{u2, BitIter, EarlyEndOfStreamError};
pub use bit_encoding::{write_to_vec, BitWriter};
pub use bit_encoding::{BitIter, EarlyEndOfStreamError};

#[cfg(feature = "elements")]
pub use crate::policy::{
Expand Down

0 comments on commit 0aa576f

Please sign in to comment.