issues
search
gendx
/
lzma-rs
An LZMA decoder written in pure Rust
MIT License
127
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Incapable of decompressing LZMA or LZMA2 created from default 7Zip settings
#113
disassembledd
opened
1 month ago
1
"Unexpected data after last XZ block"
#112
Ziris85
opened
3 months ago
1
Add initial support for lzip
#111
sorairolake
opened
4 months ago
0
add `xz_decompress_with_options` API
#110
jtmoon79
opened
6 months ago
0
Update env_logger requirement from 0.10.0 to 0.11.3
#109
dependabot[bot]
closed
6 months ago
1
Update env_logger requirement from 0.10.0 to 0.11.2
#108
dependabot[bot]
closed
8 months ago
2
Update env_logger requirement from 0.10.0 to 0.11.1
#107
dependabot[bot]
closed
9 months ago
2
Update env_logger requirement from 0.10.0 to 0.11.0
#106
dependabot[bot]
closed
9 months ago
2
Update rust-lzma requirement from 0.5 to 0.6
#105
dependabot[bot]
closed
1 year ago
2
Update env_logger requirement from 0.9.0 to 0.10.0
#104
dependabot[bot]
closed
1 year ago
2
Publish some benchmarks on `README.md`
#103
tgross35
opened
1 year ago
0
Fix incorrect link to project in badge
#102
ccamel
closed
1 year ago
1
Implement the xz Delta filter (filter 3)
#101
terrence2
opened
1 year ago
1
Small fix to RangeEncoder
#100
WinLinux1028
opened
1 year ago
1
lzma2_compress and zx_compress do not compress input
#99
holly-hacker
opened
1 year ago
2
Extraction fails with `Unknown filter id 8`
#98
ajeetdsouza
opened
1 year ago
2
API Suggestion: Add encoder and decoder structs
#97
crazystylus
opened
1 year ago
0
Ensure LzCircularBuffer flushes output writer
#96
nilfit
closed
1 year ago
0
lib: enable no-std compatibility
#95
rmsyn
opened
1 year ago
0
XZ: Unknown filter id 7
#94
wcampbell0x2a
opened
1 year ago
2
Update changelog and bump version to 0.3.0
#93
gendx
closed
1 year ago
1
Fix Clippy lints.
#92
gendx
closed
1 year ago
1
New release
#91
ikrivosheev
closed
1 year ago
0
allow user to ignore trailing bytes
#90
Niedzwiedzw
opened
2 years ago
3
Problems when porting lzma code Java -> Rust
#89
Niedzwiedzw
opened
2 years ago
1
Split Codecov report into unit and integration tests.
#88
gendx
closed
2 years ago
1
Reach 100% coverage.
#87
gendx
opened
2 years ago
0
Add coverage report action with cargo-llvm-cov & Codecov.
#86
gendx
closed
2 years ago
2
Add coverage report action with grcov & Codecov.
#85
gendx
closed
2 years ago
2
Report code coverage
#84
gendx
closed
2 years ago
0
Add cargo-semver-checks workflow.
#83
gendx
opened
2 years ago
1
Configure formatting style to `imports_granularity = "Module"`.
#82
gendx
closed
2 years ago
0
Migrate GitHub actions to dtolnay/rust-toolchain.
#81
gendx
closed
2 years ago
0
Fix Clippy lints.
#80
gendx
closed
2 years ago
0
Use const generics to remove BitTree heap allocations
#79
chyyran
closed
1 year ago
7
Update dependencies (particularly crc 3.0.0)
#78
chyyran
closed
2 years ago
3
Reduce unnecessary Vec allocations and indirections
#77
chyyran
closed
2 years ago
5
Allow passing in a preallocated buffer to LzBuffer constructors
#76
chyyran
closed
2 years ago
3
Add unit tests
#75
gendx
opened
2 years ago
0
Expose API for raw decoder primitives for LZMA and LZMA2.
#74
chyyran
closed
2 years ago
4
Detach lifetime of output buffer from DecoderState
#73
chyyran
closed
2 years ago
2
Expose decoder/encoder primitives as public
#72
chyyran
closed
2 years ago
4
.lz (lzip)
#71
firasuke
opened
2 years ago
2
Show `stream` feature stuff on docs.rs
#70
Absolucy
closed
3 years ago
0
Remove Travis-CI integration and fix various CI warnings/errors.
#69
gendx
closed
3 years ago
0
Add GitHub actions.
#68
gendx
closed
3 years ago
0
Fix Streaming Partial EOF Bug - v2
#67
cccs-sadugas
closed
3 years ago
0
Support multi-stream files
#66
rvolgers
opened
3 years ago
0
Fix Streaming Partial EOF Bug
#65
cccs-sadugas
closed
3 years ago
4
Fix Travis-CI to actually check that fuzzing builds correctly.
#64
gendx
closed
3 years ago
1
Next