issues
search
NULLx76
/
ringbuffer
A fixed-size circular buffer written in Rust.
https://crates.io/crates/ringbuffer
MIT License
95
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use box
#87
jdonszelmann
closed
1 year ago
3
AllocRingbuffer can use Box instead of Vec
#86
jdonszelmann
closed
1 year ago
0
disallow certain useful pedantic clippy lints.
#85
jdonszelmann
closed
1 year ago
0
Road to 1.0
#84
jdonszelmann
opened
1 year ago
0
Placement new constructors
#83
jdonszelmann
opened
1 year ago
1
remove capacity defaults for alloc ringbuffer
#82
jdonszelmann
closed
1 year ago
0
Fix code coverage reports
#81
jdonszelmann
closed
1 year ago
2
Removing capacity defaults
#80
thedmm
closed
1 year ago
0
A faster non-power-of-two ring buffer
#79
thedmm
closed
1 year ago
0
remove power of two check
#78
jdonszelmann
closed
1 year ago
7
ConstGenericRingBuffer does not work with link_section?
#77
Jonarw
closed
1 year ago
4
Added compile time zero and power of two check
#76
zimward
closed
1 year ago
1
Is const_panic really needed?
#75
PaulRaUnite
closed
1 year ago
1
more tests and fix next_back for iter_mut
#74
NULLx76
closed
1 year ago
1
Mutable iterators
#73
jdonszelmann
closed
1 year ago
5
bump version
#72
jdonszelmann
closed
2 years ago
1
enqueue
#71
jdonszelmann
closed
2 years ago
1
remove array-init
#70
jdonszelmann
closed
2 years ago
4
RingBufferMutIterator doesn't actually impl Iterator
#69
svenstaro
closed
1 year ago
11
Disable coverage check (flaky)
#68
NULLx76
closed
2 years ago
1
Add Miri test to CI and Fix undefined behaviour in a test
#67
NULLx76
closed
2 years ago
2
Use all instead of fold
#66
Andful
closed
2 years ago
2
Update Cargo.toml
#65
jdonszelmann
closed
2 years ago
0
Update LICENSE
#64
jdonszelmann
closed
2 years ago
0
Update README.md
#63
jdonszelmann
closed
2 years ago
1
[Draft] Added const power of two check for capacity
#62
zimward
closed
1 year ago
0
Make capacity power of Two check constant for ConstGenericRingBuffer
#61
zimward
closed
1 year ago
1
AllocRingBuffer paniced (index out of bounds) when iterating
#60
d2weber
closed
2 years ago
1
Fixed bug with power-of-two calculation
#59
aleon1138
closed
2 years ago
1
add const new fn
#58
jdonszelmann
closed
1 year ago
4
Why not Apache License?
#57
gembin
closed
2 years ago
6
remove std requirement for alloc
#56
NULLx76
closed
2 years ago
0
crates.io says 0.8.3 is online, but on Github is only 0.8.2
#55
phip1611
closed
2 years ago
1
alloc feature works with no_std
#54
phip1611
closed
2 years ago
5
update edition
#53
jdonszelmann
closed
2 years ago
2
MSRV in README
#52
phip1611
closed
3 years ago
1
fix memory leaks
#51
jdonszelmann
closed
3 years ago
4
default initialization
#50
jdonszelmann
closed
3 years ago
8
zeroed constructors for numeric buffers
#49
phip1611
closed
3 years ago
3
No clone
#48
jdonszelmann
closed
3 years ago
3
extend trait
#47
jdonszelmann
closed
3 years ago
1
make const generics a default feature and depend on a newer vesion of…
#46
jdonszelmann
closed
3 years ago
0
add extend method
#45
phip1611
closed
3 years ago
0
Offset get with writeptr instead of readptr
#44
NULLx76
closed
3 years ago
1
get with negative index does not work when the buffer is not full
#43
weiyinteo
closed
3 years ago
0
Implement additional iterator traits
#42
bgamari
closed
3 years ago
0
update array-init to 2.0
#41
NULLx76
closed
3 years ago
1
Stablization of const_generics
#40
NULLx76
closed
3 years ago
1
Split ringbuffer trait
#39
jdonszelmann
closed
3 years ago
1
Remove 'static lifetime requirements
#38
SuperFluffy
closed
3 years ago
1
Previous
Next