jamesmunns / bbqueue

A SPSC, lockless, no_std, thread safe, queue, based on BipBuffers
Apache License 2.0
432 stars 51 forks source link

fix: migrated to NonNull<[u8]> instead of mut ref for grant buff #100

Open xgroleau opened 1 year ago

xgroleau commented 1 year ago

Fix UB and now miri test by using NonNull<[u8]> instead of mutable ref for the grants