Make BigInt and BigUint public use #8

Merged
Fensteer merged 1 commits from public-ressources into master 2019-03-26 10:22:59 -07:00
Showing only changes of commit 5aa3b6665c - Show all commits

View File

@@ -36,7 +36,7 @@ extern crate quickcheck;
extern crate rand; extern crate rand;
use chrono::{DateTime,TimeZone,Utc}; use chrono::{DateTime,TimeZone,Utc};
use num_bigint::{BigInt,BigUint}; pub use num_bigint::{BigInt,BigUint};
use num_traits::{FromPrimitive,One,ToPrimitive,Zero}; use num_traits::{FromPrimitive,One,ToPrimitive,Zero};
use std::error::Error; use std::error::Error;
use std::fmt; use std::fmt;