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
- Host: GitHub
- URL: https://github.com/dropbox/rust-brotli-decompressor
- Owner: dropbox
- License: bsd-3-clause
- Created: 2016-04-30T20:34:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T07:21:17.000Z (6 months ago)
- Last Synced: 2024-10-29T12:17:54.108Z (15 days ago)
- Language: Rust
- Size: 9.1 MB
- Stars: 53
- Watchers: 16
- Forks: 23
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: Dropbox
- Login: dropbox
- Email:
- Kind: organization
- Description:
- Website: https://dropbox.com/
- Location: San Francisco
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/559357?v=4
- Repositories: 223
- Last Synced at: 2024-04-13T16:57:11.215Z
- Profile URL: https://github.com/dropbox
- Sponsor URL:
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 | 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
- Total packages: 1
-
Total downloads:
- cargo: 48,458,601 total
- Total docker downloads: 25,088,861
- Total dependent packages: 14
- Total dependent repositories: 16,834
- Total versions: 33
- Total maintainers: 1
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)