rtrb 0.1.1
https://crates.io/crates/rtrb/0.1.1
- Don't expose
Producer::buffer
andConsumer::buffer
fields; providebuffer()
methods instead. This fixes a soundness problem, see #26.
https://crates.io/crates/rtrb/0.1.1
Producer::buffer
and Consumer::buffer
fields; provide buffer()
methods instead. This fixes a soundness problem, see #26.