Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brotli encoder params #242

Merged
merged 5 commits into from
Aug 29, 2023
Merged

Brotli encoder params #242

merged 5 commits into from
Aug 29, 2023

Conversation

robjtede
Copy link
Member

@robjtede robjtede commented Aug 29, 2023

closes #239

API Diff

Removed items from the public API

(none)

Changed items in the public API

(none)

Added items to the public API

pub mod brotli
pub struct brotli::EncoderParams
pub fn brotli::EncoderParams::block_size(self, block_size: i32) -> Self
pub fn brotli::EncoderParams::size_hint(self, size_hint: usize) -> Self
pub fn brotli::EncoderParams::text_mode(self) -> Self
pub fn brotli::EncoderParams::window_size(self, window_size: i32) -> Self
impl core::marker::Copy for brotli::EncoderParams
impl core::clone::Clone for brotli::EncoderParams
impl core::cmp::Eq for brotli::EncoderParams
impl core::cmp::PartialEq<brotli::EncoderParams> for brotli::EncoderParams
impl core::fmt::Debug for brotli::EncoderParams
impl core::marker::Send for brotli::EncoderParams
impl core::marker::Sync for brotli::EncoderParams
impl core::marker::Unpin for brotli::EncoderParams
impl core::panic::unwind_safe::RefUnwindSafe for brotli::EncoderParams
impl core::panic::unwind_safe::UnwindSafe for brotli::EncoderParams
pub fn futures::bufread::BrotliEncoder<R>::with_quality_and_params(inner: R, level: Level, params: brotli::EncoderParams) -> Self
pub fn futures::write::BrotliEncoder<W>::with_quality_and_params(inner: W, level: Level, params: brotli::EncoderParams) -> Self
pub fn tokio::bufread::BrotliEncoder<R>::with_quality_and_params(inner: R, level: Level, params: brotli::EncoderParams) -> Self
pub fn tokio::write::BrotliEncoder<W>::with_quality_and_params(inner: W, level: Level, params: brotli::EncoderParams) -> Self

@robjtede robjtede added the A-semver-minor non-breaking change label Aug 29, 2023
@robjtede robjtede marked this pull request as ready for review August 29, 2023 02:24
@robjtede robjtede requested a review from NobodyXu August 29, 2023 02:31
@robjtede robjtede added this pull request to the merge queue Aug 29, 2023
Merged via the queue into main with commit 29a411b Aug 29, 2023
@robjtede robjtede deleted the brotli-params branch August 29, 2023 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-semver-minor non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Brotli encoder parameters
2 participants