We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2acc1 commit b698b1aCopy full SHA for b698b1a
src/brotli.rs
@@ -7,7 +7,8 @@ use brotli::enc::backward_references::{BrotliEncoderMode, BrotliEncoderParams};
7
///
8
/// See the [Brotli documentation](https://www.brotli.org/encode.html#a9a8) for more information on
9
/// these parameters.
10
-#[derive(Debug, Clone, PartialEq, Eq)]
+
11
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
12
pub struct EncoderParams {
13
window_size: i32,
14
block_size: i32,
0 commit comments