messense

Results 124 issues of messense

Now that we have more contributors, maybe it's time for this project to have its own github organization? The benifits are 1. better access control on the repository 2. crates.io...

https://github.com/messense/mupdf-rs/blob/main/mupdf-sys/wrapper.c It's already 3000+ lines and will grow when adding more features.

good first issue
quality

When using pcap-parser with zstd streaming decoder `create_reader(1024 * 1024, )` https://github.com/rusticata/pcap-parser/blob/c35ce738442cb10fd7e22ea4ee54a3102c2e4143/src/capture.rs#L40-L45 the zstd decoder `read` operation can pull `1024 * 1024` bytes to the buffer which makes the buffer...