setup basic lib.rs file for the main options

This commit is contained in:
2026-06-06 23:59:43 -05:00
parent db6abc901d
commit 39192e40f7
+1 -2
View File
@@ -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;