From 9069f56e05593d736d671749a249727727e26f80 Mon Sep 17 00:00:00 2001 From: AzureMarker Date: Mon, 3 Jan 2022 21:53:52 -0800 Subject: [PATCH] Mark the crate as no_std --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 52cb43b..c44e12b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,5 @@ +#![no_std] + extern crate libc; #[no_mangle]