issues
search
aembke
/
redis-protocol.rs
A Rust implementation of RESP2 and RESP3
Apache License 2.0
40
stars
14
forks
source link
5.0.0
#31
Closed
aembke
closed
7 months ago
aembke
commented
7 months ago
Remove
decode-mut
FF, move to
bytes
FF
Add range-based frame types
Add separate
Owned
and
Bytes
frame variants
Add codec interfaces
Add
FromResp2
and
FromResp3
type conversion traits
Add fuzzing
Criterion benchmark scaffolding
Lots of refactoring
Fix CI
decode-mut
FF, move tobytes
FFOwned
andBytes
frame variantsFromResp2
andFromResp3
type conversion traits