Now with tests for the basic algorithms.

This commit is contained in:
2018-09-28 17:48:35 -05:00
parent 3b68363b49
commit 304d009a67
95 changed files with 271012 additions and 270361 deletions

View File

@@ -1,4 +1,9 @@
#![recursion_limit="1024"]
#[cfg(test)]
#[macro_use]
extern crate quickcheck;
pub mod unsigned;
#[cfg(test)]
pub mod testing;