Now with tests for the basic algorithms.
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
#![recursion_limit="1024"]
|
||||
|
||||
#[cfg(test)]
|
||||
#[macro_use]
|
||||
extern crate quickcheck;
|
||||
|
||||
pub mod unsigned;
|
||||
#[cfg(test)]
|
||||
pub mod testing;
|
||||
Reference in New Issue
Block a user