๐ Ourobuf
Thread-safe circular buffer for embedded systems and high-performance applications
Features โจ
- ๐ก๏ธ 100% Safe Rust with
no_stdsupport - โก Constant-time O(1) operations
- ๐ Spinlock-based thread safety
- ๐ Configurable size via const generics
- ๐ Heapless Vec integration
- ๐ Zero allocations
- ๐งผ Memory zeroization
Designed For ๐ฏ
- Real-time data streaming (sensors, network packets)
- Interrupt-safe logging
- Lock-free inter-thread communication
- Embedded systems (no_std)
- High-throughput data pipelines
Quick Start ๐
use OuroBuffer;