NULLx76 / ringbuffer

A fixed-size circular buffer written in Rust.
https://crates.io/crates/ringbuffer
MIT License
92 stars 18 forks source link

Fix importing RingBufferSize without alloc feature #120

Closed eloc3147 closed 1 year ago

eloc3147 commented 1 year ago

Fixes a failure to compile without the alloc feature enabled. Also adds a Github action for building without the alloc feature.

eloc3147 commented 1 year ago

Figured that test should also run on pull requests