Docs.rs
  • cloudflare-zlib-sys-0.3.2
    • cloudflare-zlib-sys 0.3.2
    • Docs.rs crate page
    • Zlib
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • kornelski
    • github:rust-bus:maintainers
    • inikulin
    • vkrasnov
    • Dependencies
      • cc ^1.0.67 build
    • Versions
    • 0.66% of the crate is documented
  • This release has been yanked, go to latest version
  • Platform
    • 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

cloudflare_zlib_sys0.3.2

  • Structs
  • Enums
  • Constants
  • Functions
  • Type Aliases
?
Change settings

List of all items

Structs

  • gz_header
  • z_stream

Enums

  • gzFile_s
  • internal_state

Functions

  • adler32
  • adler32_combine
  • compress
  • compress2
  • compressBound
  • crc32
  • crc32_combine
  • deflate
  • deflateBound
  • deflateCopy
  • deflateEnd
  • deflateInit
  • deflateInit2
  • deflateInit2_
  • deflateInit_
  • deflateParams
  • deflatePending
  • deflatePrime
  • deflateReset
  • deflateResetKeep
  • deflateSetDictionary
  • deflateSetHeader
  • deflateTune
  • gzclearerr
  • gzclose
  • gzdirect
  • gzdopen
  • gzeof
  • gzerror
  • gzflush
  • gzgetc
  • gzgets
  • gzoffset
  • gzopen
  • gzputc
  • gzputs
  • gzread
  • gzrewind
  • gzseek
  • gzsetparams
  • gztell
  • gzungetc
  • gzwrite
  • inflate
  • inflateBack
  • inflateBackEnd
  • inflateBackInit
  • inflateBackInit_
  • inflateCopy
  • inflateEnd
  • inflateGetDictionary
  • inflateGetHeader
  • inflateInit
  • inflateInit2
  • inflateInit2_
  • inflateInit_
  • inflateMark
  • inflatePrime
  • inflateReset
  • inflateReset2
  • inflateResetKeep
  • inflateSetDictionary
  • inflateSync
  • inflateSyncPoint
  • inflateUndermine
  • inflateValidate
  • uncompress
  • uncompress2
  • zError
  • zlibCompileFlags
  • zlibVersion

Type Aliases

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

Constants

  • DEF_MEM_LEVEL
  • MAX_MEM_LEVEL
  • ZLIB_VERSION
  • 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