inf_add 0.6.0

Create, add, subtract, multiply, divide, shift, compare, and display infinitely long numbers
Documentation
1
2
3
4
5
6
7
//use inf_add::InfInt;

fn main() {
    println!("Hello, world!");

    //let mut a = InfInt::new(1);
}