From d232320f051db4520c861e4fbe2fdb20c983954b Mon Sep 17 00:00:00 2001 From: Jianqing Liu Date: Thu, 17 Jul 2025 19:52:01 -0400 Subject: [PATCH] add no_std --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 9710b92..59f3a79 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,5 @@ +#![no_std] + #[macro_use] extern crate proc_macro_hack; extern crate binary_macros_impl;