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
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")]