feat(all): initial commit

Base project with everything it will need to grow:
* CI
* documentation
* basic cargo
This commit is contained in:
Sebastian Thiel
2015-02-27 10:22:03 +01:00
commit dda847607f
8 changed files with 145 additions and 0 deletions

3
src/lib.rs Normal file
View File

@@ -0,0 +1,3 @@
#[test]
fn it_works() {
}