From 7996c794dec593288e1d672af9ec0d315a5be2f1 Mon Sep 17 00:00:00 2001 From: doryan Date: Sun, 10 Aug 2025 21:34:57 +0400 Subject: [PATCH] feat: add no_std attribute --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 6192dbb..549612c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,6 @@ // Thanks to Low Byte Productions, I like this channel. // Youtube: https://www.youtube.com/watch?v=uIJnATS9j_0 +#![no_std] #[derive(Debug, Clone, Copy)] pub struct RingBuffer {