Replace license with WTFPL
Update contributing guidelines
Migrate crate source to git.sr.ht
Experimental big base-10 integer type in Rust.
Creating a Big Integer is simple.
use bigint_base10::BigInteger;
let my_int = BigInteger::new("2147483648");
println!("{}, whoopee, no overflow!", my_int);
There really isn't else. For other features, please refer to the docs.
This project is no longer maintained. Please fork to make your changes.