Skip to content

Commit 7138429

Browse files
committed
Merge BlockstreamResearch#245: Export BitCollector
69d3e51 fix: Export BitCollector (Christian Lewe) Pull request description: This tiny PR adds an export that I forgot in BlockstreamResearch#244. It turns out that I need this export. ACKs for top commit: apoelstra: ACK 69d3e51 successfully ran local tests; SGTM Tree-SHA512: 9502cbbebe3939a99d7689cf1bba8fe11c1050886d6a4cf5ef61748812be864344dc117592da597157309b0b68918b63d805eda5918cc950dc84cc68f0b389cc
2 parents 7949187 + 69d3e51 commit 7138429

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ mod value;
4141

4242
pub use bit_encoding::decode;
4343
pub use bit_encoding::encode;
44-
pub use bit_encoding::{u2, BitIter, CloseError as BitIterCloseError, EarlyEndOfStreamError};
44+
pub use bit_encoding::{
45+
u2, BitCollector, BitIter, CloseError as BitIterCloseError, EarlyEndOfStreamError,
46+
};
4547
pub use bit_encoding::{write_to_vec, BitWriter};
4648

4749
#[cfg(feature = "elements")]

0 commit comments

Comments
 (0)