Docs.rs
  • zlib-rs-0.0.1
    • zlib-rs 0.0.1
    • Docs.rs crate page
    • Zlib
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • rnijveld
    • folkertdev
    • Dependencies
      • arbitrary ^1.0 normal optional
      • libc ^0.2.153 normal
      • libz-ng-sys ^1.1.12 normal optional
      • crc32fast ^1.3.2 dev
      • libloading ^0.8.1 dev
      • libz-ng-sys ^1.1.12 dev
      • quickcheck ^1.0.3 dev
    • Versions
    • 21.13% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

zlib_rs0.0.1

Module c_api

  • Structs
  • Enums
  • Constants
  • Type Aliases

In crate zlib_rs

?
Change settings

Module zlib_rs::c_api

source ·

Structs§

  • gz_header
    gzip header information passed to and from zlib routines. See RFC 1952 for more details on the meanings of these fields.
  • z_stream

Enums§

  • internal_state

Constants§

  • Z_ASCII
  • Z_BEST_COMPRESSION
  • Z_BEST_SPEED
  • Z_BINARY
  • Z_BLOCK
  • Z_BUF_ERROR
  • Z_DATA_ERROR
  • Z_DEFAULT_COMPRESSION
  • Z_DEFAULT_STRATEGY
  • Z_DEFLATED
  • Z_ERRNO
  • Z_FILTERED
  • Z_FINISH
  • Z_FIXED
  • Z_FULL_FLUSH
  • Z_HUFFMAN_ONLY
  • Z_MEM_ERROR
  • Z_NEED_DICT
  • Z_NO_COMPRESSION
  • Z_NO_FLUSH
  • Z_OK
  • Z_PARTIAL_FLUSH
  • Z_RLE
  • Z_STREAM_END
  • Z_STREAM_ERROR
  • Z_SYNC_FLUSH
  • Z_TEXT
  • Z_TREES
  • Z_UNKNOWN
  • Z_VERSION_ERROR

Type Aliases§

  • Bytef
  • alloc_func
  • free_func
  • gz_headerp
  • in_func
  • out_func
  • uInt
  • uLong
  • uLongf
  • voidp
  • voidpc
  • voidpf
  • z_streamp