-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove whitespace from static dict LUT
- Loading branch information
Showing
3 changed files
with
33,251 additions
and
160,056 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "brotli" | ||
version = "3.0.1" | ||
version = "3.0.2" | ||
authors = ["Daniel Reiter Horn <[email protected]>", "The Brotli Authors"] | ||
description = "A brotli compressor and 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. All included code is safe." | ||
license = "BSD-3-Clause/MIT" | ||
|
Oops, something went wrong.