bounded-spsc-queue icon indicating copy to clipboard operation
bounded-spsc-queue copied to clipboard

remove allocator API requirement

Open glommer opened this issue 5 years ago • 1 comments
trafficstars

I figured I'd have to adapt the code a bit to remove that, but right now as of 2020 just by removing the feature the code compile just fine with the stable compiler:

My environment: $ rustup default stable-x86_64-unknown-linux-gnu (default)

I intend to use this as a building block for my crate, Scipio (https://crates.io/crates/scipio) but I'd like to enforce stable there.

glommer avatar Oct 29 '20 16:10 glommer

I believe this is a duplicate of #22

spearman avatar Mar 22 '22 10:03 spearman