feat: add no_std attribute

This commit is contained in:
doryan 2025-08-10 21:34:57 +04:00
parent 6093224fd8
commit 7996c794de

View File

@ -1,5 +1,6 @@
// Thanks to Low Byte Productions, I like this channel. // Thanks to Low Byte Productions, I like this channel.
// Youtube: https://www.youtube.com/watch?v=uIJnATS9j_0 // Youtube: https://www.youtube.com/watch?v=uIJnATS9j_0
#![no_std]
#[derive(Debug, Clone, Copy)] #[derive(Debug, Clone, Copy)]
pub struct RingBuffer<const N: usize> { pub struct RingBuffer<const N: usize> {