issues Search Results · repo:dropbox/rust-brotli language:Rust
Filter by
60 results
(64 ms)60 results
indropbox/rust-brotli (press backspace or delete to remove)Hi folks,
This is an awesome project, thanks for sharing!
I was wondering if there s any plans to release linux and macos binaries in addition to windows -- after a quick glance
through issues I don ...
zachgrayio
- Opened 27 days ago
- #223
I use brotli 6.0 in my project. I need to preserve backwards compatibility for compression and decompression of
historical data I have. Is 7.0 backwards compatible with 6.0 in terms of de/compression output? ...
yaziciahmet
- 1
- Opened on Oct 29, 2024
- #221
While looking through the changes of a recent update of the brotli crate I noticed that the source code uploaded to
crates.io contains the binary test data: https://diff.rs/brotli/6.0.0/7.0.0/testdata ...
weiznich
- 2
- Opened on Oct 22, 2024
- #220
C example:
(base) john@jerick-x1:~/broccoli-sharp/rust-brotli/c$ echo hello.txt
hello.txt
(base) john@jerick-x1:~/broccoli-sharp/rust-brotli/c$ ./brotli_tool --catable hello.txt
leaking memory block of ...
johnterickson
- 1
- Opened on Jul 26, 2024
- #217
It looks like there is a panic when the quality level is set to exactly 10. This is caused by this check:
https://github.com/dropbox/rust-brotli/blob/37d403b437c3cbd1c686871a4167290aab401704/src/enc/encode.rs#L1468-L1470 ...
marvinhagemeister
- 3
- Opened on Jul 15, 2024
- #216
Reproducer:
use std::io::Cursor;
fn main() {
// this is a valid compression of [0u8; 2048];
let compression = [27, 255, 7, 0, 36, 0, 194, 177, 64, 114, 7];
// output buffer doesn t have enough ...
ctz
- 4
- Opened on May 23, 2024
- #213
Currently this crate exposes every internal implementation detail as public API, making it almost impossible to do
proper releases -- any internal change is seen as a public API change - thus breaking ...
nyurik
- 1
- Opened on May 13, 2024
- #209
Is there any value in keeping two tightly-coupled repositories separate: the rust-brotli and rust-brotli-decompressor?
It seems like they should just be two separate crates as sub-dirs in the same repository, ...
nyurik
- Opened on May 6, 2024
- #195
Cargo.toml
[dependencies]
brotli3 = { version = 3 , package = brotli }
brotli4 = { version = 4 , package = brotli }
src/main.rs
use std::io::Write as _;
fn main() {
brotli3::CompressorWriter::new(Vec::new(), ...
nyurik
- 4
- Opened on Apr 9, 2024
- #179
Would be nice to have (preferably annotated) tags to make it easier to find release commits.
Existence of tag is also checked by https://github.com/M4SS-Code/cargo-goggles/ tool.
link2xt
- 1
- Opened on Apr 2, 2024
- #178

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.