add a "solutions" crate with a BigInt class
authorRalf Jung <post@ralfj.de>
Mon, 15 Jun 2015 15:40:22 +0000 (17:40 +0200)
committerRalf Jung <post@ralfj.de>
Mon, 15 Jun 2015 15:40:22 +0000 (17:40 +0200)
commit931a4309e60e7a4915cfbf88dee7f0c3e875a63f
tree1ce136f6fced4ce8f420a3b8a799ecbe8aa83581
parent177a1f127af6601f373be9742c31351f556633ab
add a "solutions" crate with a BigInt class
solutions/Cargo.lock [new file with mode: 0644]
solutions/Cargo.toml [new file with mode: 0644]
solutions/src/bigint.rs [new file with mode: 0644]
solutions/src/lib.rs [new file with mode: 0644]