encapsulate vr interface

This commit is contained in:
2016-09-10 12:12:02 -07:00
parent bc76738f53
commit 6e3ba7f6db
4 changed files with 85 additions and 52 deletions

3
src/lib.rs Normal file
View File

@@ -0,0 +1,3 @@
#[macro_use] extern crate log;
pub mod vr;