initial commit
This commit is contained in:
commit
09dc56e2d3
4
src/lib.rs
Normal file
4
src/lib.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
#![cfg_attr(not(test), no_std)]
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {}
|
Reference in a new issue