Skip to content

Commit

Permalink
Add rexport of mpint! macro
Browse files Browse the repository at this point in the history
  • Loading branch information
crochethk committed Jul 24, 2024
1 parent 160fe0d commit 45bf56d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ pub mod mp_int {
//! This module implements the data structure and various operations for
//! arbitrary sized integers.
//!

// allows importing the macro more conveniently
pub use crate::mpint;

use crate::utils::{add_with_carry, div_with_rem, parse_to_digits, ParseError};
use std::{
cmp::Ordering,
Expand Down

0 comments on commit 45bf56d

Please sign in to comment.