More basic infrastructure.

This commit is contained in:
2018-02-25 11:02:44 -08:00
parent 7fae8036d4
commit b832092605
3 changed files with 43 additions and 0 deletions

9
src/lib.rs Normal file
View File

@@ -0,0 +1,9 @@
#[cfg(test)]
mod test {
#[test]
fn testing_works() {
assert!(true);
}
}