https://github.com/dropbox/rust-brotli-decompressor

Last synced: 1 day ago

Repository metadata:

An implementation of https://github.com/google/brotli in rust avoiding the stdlib


Owner metadata:


Committers metadata

Last synced: 2 days ago

Total Commits: 187
Total Committers: 13
Avg Commits per committer: 14.385
Development Distribution Score (DDS): 0.449

Commits in past year: 4
Committers in past year: 2
Avg Commits per committer in past year: 2.0
Development Distribution Score (DDS) in past year: 0.5

Name Email Commits
Daniel Reiter Horn d****h@u****t 103
Daniel Reiter Horn d****h@d****m 71
Douman d****n@g****e 2
Joseph Birr-Pixton j****n@g****m 2
Alex Touchet a****t@o****m 1
Andre Bogus b****e@g****m 1
Daniel Holbert d****t@c****u 1
Igor Gnatenko i****n@g****m 1
Josh Matthews j****h@j****t 1
Lee Bousfield l****d@g****m 1
Pascal Hertleif k****p@g****m 1
Zverev Konstantin O****5@g****m 1
Philippe Antoine c****t@c****r 1

Issue and Pull Request metadata

Last synced: 2 days ago


Package metadata

cargo: brotli-decompressor

A brotli decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. Alternatively, --features=unsafe turns off array bounds checks and memory initialization but provides a safe interface for the caller. Without adding the --features=unsafe argument, all included code is safe. For compression in addition to this library, download https://github.com/dropbox/rust-brotli

  • Homepage: https://github.com/dropbox/rust-brotli-decompressor
  • Documentation: https://docs.rs/brotli-decompressor/
  • Licenses: BSD-3-Clause/MIT
  • Latest release: 4.0.0 (published 7 months ago)
  • Last Synced: 2024-11-10T20:35:36.912Z (2 days ago)
  • Versions: 33
  • Dependent Packages: 14
  • Dependent Repositories: 16,834
  • Downloads: 48,458,601 Total
  • Docker Downloads: 25,088,861
  • Rankings:
    • Dependent repos count: 0.192%
    • Downloads: 0.355%
    • Docker downloads count: 0.425%
    • Dependent packages count: 2.499%
    • Average: 5.251%
    • Forks count: 11.286%
    • Stargazers count: 16.75%
  • Maintainers (1)