setup basic lib.rs file for the main options
This commit is contained in:
+1
-2
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
#![cfg_attr(not(feature = "std"), no_std)]
|
#![cfg_attr(not(feature = "std"), no_std)]
|
||||||
|
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
@@ -11,4 +10,4 @@ pub mod core;
|
|||||||
pub mod embassy;
|
pub mod embassy;
|
||||||
|
|
||||||
#[cfg(feature = "host")]
|
#[cfg(feature = "host")]
|
||||||
pub mod host;
|
pub mod host;
|
||||||
|
|||||||
Reference in New Issue
Block a user