Skip to content

Commit

Permalink
Corrections to README.md
Browse files Browse the repository at this point in the history
`unstable` feature doesn't affect encoding; + fix grammar
  • Loading branch information
Shnatsel authored Sep 29, 2024
1 parent 29a8342 commit 272ae60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ No `unsafe` code, battle-tested, and fuzzed on [OSS-fuzz](https://github.com/goo

Performance is typically on par with or better than libpng.

Includes an fast encoding mode powered by [fdeflate](https://crates.io/crates/fdeflate) that is dramatically faster than the fastest mode of libpng while *simultaneously* providing better compression ratio.
Includes a fast encoding mode powered by [fdeflate](https://crates.io/crates/fdeflate) that is dramatically faster than the fastest mode of libpng while *simultaneously* providing better compression ratio.

On nightly Rust compiler you can slightly speed up decoding of certain images as well as encoding even further by enabling the `unstable` feature of this crate.
On nightly Rust compiler you can slightly speed up decoding of some images by enabling the `unstable` feature of this crate.

## License

Expand Down

0 comments on commit 272ae60

Please sign in to comment.