Add goals and test scaffold

This commit is contained in:
Cyryl Płotnicki 2018-08-17 17:58:18 +01:00
parent 92d7e7eb8f
commit 477fc4bf1e
2 changed files with 17 additions and 0 deletions

7
README.md Normal file
View file

@ -0,0 +1,7 @@
Goals:
* fast
* using max bandwidth
* memory usage limit
* encryption by default - asymmetric, creates a keypair for you
* deduplication

View file

@ -1,3 +1,13 @@
fn main() {
println!("Hello, world!");
}
#[cfg(test)]
mod should {
#[test]
fn hash_scanned_files(){
}
}