diff --git a/src/lib.rs b/src/lib.rs index da8e285..5084585 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,6 +16,8 @@ use static_pins::StaticPinOps; mod structures; +pub use structures::ring_buffer::*; + pub type PollResult = Result<(), PollError>; pub type ReadByteResult = Result; pub type CorruptedData = (u8, u8);