BZ2_bzlibVersion

Function BZ2_bzlibVersion 

Source
pub const extern "C" fn BZ2_bzlibVersion() -> *const c_char
Expand description

The version of the zlib library.

Its value is a pointer to a NULL-terminated sequence of bytes.

The version string for this release is 1.1.0-libbz2-rs-sys-0.2.2:

  • The first component is the version of stock zlib that this release is compatible with
  • The final component is the zlib-rs version used to build this release.