initial commit

This commit is contained in:
Szymon Walter 2018-03-18 15:25:05 +01:00
commit 09dc56e2d3

4
src/lib.rs Normal file
View file

@ -0,0 +1,4 @@
#![cfg_attr(not(test), no_std)]
#[cfg(test)]
mod tests {}