issues
search
KillingSpark
/
zstd-rs
zstd-decoder in pure rust
MIT License
253
stars
34
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Upgrade to twox-hash 2.0
#73
shepmaster
opened
2 weeks ago
1
Actual compression support
#72
KillingSpark
opened
3 weeks ago
0
Encoder improvements
#71
KillingSpark
opened
4 weeks ago
0
Add `decode_all` and `decode_all_to_vec`
#70
philipc
closed
1 month ago
10
Should `StreamingDecoder::read_exact` prefer `Read::read_exact`'s contract over its own?
#69
workingjubilee
closed
4 weeks ago
4
Usage with tokio
#68
kpcyrd
opened
1 month ago
1
We are std.
#67
workingjubilee
closed
1 month ago
17
Remove byteorder dependency
#66
workingjubilee
closed
1 month ago
2
Implement rudimentary compression support
#65
zleyyij
closed
4 weeks ago
34
fix incremental reads
#64
michaelkirk
closed
3 months ago
6
Revert "remove derive_more (#60)"
#63
JelteF
closed
3 months ago
2
Implement accessors for inner reader on StreamDecoder
#62
ifd3f
closed
5 months ago
3
Add documentation throughout the codebase.
#61
zleyyij
closed
5 months ago
5
remove derive_more
#60
xd009642
closed
5 months ago
13
Document how to deal with multi-segment streams
#59
Sorseg
closed
7 months ago
1
don't return errors on too large requests on a reversed bitreader
#58
KillingSpark
closed
5 months ago
1
Not decompressing the full stream
#57
Sorseg
closed
7 months ago
9
Make RingBuffer Send and Sync
#56
Manorhos
closed
8 months ago
5
follow up derive_more release 1.0
#55
yangfengzzz
closed
5 months ago
7
Add crate category and keywords
#54
a1phyr
closed
9 months ago
1
Make twox-hash an optional dependency
#53
tamird
closed
1 year ago
3
Move twox-hash dependency to dev-dependencies
#52
tamird
closed
1 year ago
11
Replace xxhash with ahash
#51
tamird
closed
1 year ago
4
Remove thiserror in favor of derive_more
#50
KillingSpark
closed
1 year ago
7
Fix lint errors
#49
tamird
closed
1 year ago
2
Use thiserror rather than thiserror-core
#48
tamird
closed
1 year ago
11
Crate isn't really no-std compatible
#47
tomaka
closed
1 year ago
8
Readme: Syntax highlight Rust code
#46
kevinji
closed
1 year ago
1
Add some more safety comments to ringbuffer
#45
Manishearth
closed
1 year ago
1
Undefined Behavior: ringbuffer code might produce uninitialized bytes
#44
Manishearth
closed
1 year ago
10
Fix code example in README
#43
Shnatsel
closed
1 year ago
1
RFC: read frame size without decoding
#42
phord
closed
1 year ago
4
Support resumable decompression
#41
phord
opened
1 year ago
3
Overhaul dicts
#40
KillingSpark
closed
1 year ago
0
Add support for no_std
#39
antangelo
closed
1 year ago
2
Improve the zstd binary provided
#38
KillingSpark
opened
1 year ago
0
add basic support for skippable frames
#37
KillingSpark
closed
1 year ago
0
zstd: Use range slices instead of resizing vectors
#36
phord
closed
1 year ago
1
Plans for a 1.0
#35
KillingSpark
opened
1 year ago
1
Release 0.3.1
#34
KillingSpark
closed
1 year ago
0
Support for skippable frames
#33
KillingSpark
closed
1 year ago
4
Fix missing variable in error output
#32
phord
closed
1 year ago
1
Decode multiple frames if present in each file
#31
phord
closed
1 year ago
5
Derive debug and clone for most public facing types
#30
FlareFlo
closed
1 year ago
16
Derive debug and clone for most structs
#29
FlareFlo
closed
1 year ago
1
Use error types instead of `String` throughout the crate
#28
rrbutani
closed
2 years ago
2
ringbuffer: replace `*mut u8` with `NonNull<u8>`
#27
paolobarbolini
closed
2 years ago
3
Further tests
#26
KillingSpark
closed
1 year ago
0
Further optimizations
#25
KillingSpark
opened
2 years ago
0
Fix rng.gen_range in benchmarks
#24
Titaniumtown
closed
2 years ago
1
Next