We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fcbfd5 commit 3eea583Copy full SHA for 3eea583
.travis.yml
@@ -15,6 +15,8 @@ script:
15
- cargo test --verbose --features tokio
16
- cargo test --verbose --features 'tokio zlib'
17
- cargo test --verbose --features zlib --no-default-features
18
+ - cargo test --verbose --features rust_backend
19
+ - cargo test --verbose --features rust_backend --no-default-features
20
- cargo clean && cargo build
21
- cargo doc --no-deps
22
- cargo doc --no-deps --manifest-path=miniz-sys/Cargo.toml
src/ffi.rs
@@ -169,6 +169,7 @@ mod imp {
169
}
170
171
172
+#[cfg(not(feature = "zlib"))]
173
mod crc_imp {
174
use libc::{c_ulong, off_t};
175
pub unsafe extern fn mz_crc32_combine(crc1: c_ulong,
0 commit comments