From 39192e40f7c94558e1886edb0e181a2b17c0de53 Mon Sep 17 00:00:00 2001 From: melfey Date: Sat, 6 Jun 2026 23:59:43 -0500 Subject: [PATCH] setup basic lib.rs file for the main options --- src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 9cd3fdb..1216dfb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,3 @@ - #![cfg_attr(not(feature = "std"), no_std)] #[cfg(feature = "std")] @@ -11,4 +10,4 @@ pub mod core; pub mod embassy; #[cfg(feature = "host")] -pub mod host; +pub mod host;