Skip to content

Commit 5f7471a

Browse files
committed
Re-export the iterators in the root
1 parent a25fec6 commit 5f7471a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ impl<T> fmt::Display for TryFromBigIntError<T> {
228228

229229
pub use crate::biguint::BigUint;
230230
pub use crate::biguint::ToBigUint;
231+
pub use crate::biguint::U32Digits;
232+
pub use crate::biguint::U64Digits;
231233

232234
pub use crate::bigint::BigInt;
233235
pub use crate::bigint::Sign;

0 commit comments

Comments
 (0)