docs.rs failed to build lzrw-sys-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
lzrw-sys
Raw FFI bindings to the LZRW family of lossless data-compression algorithms.
This crate vendors the original C source by Ross Williams and compiles it via cc. It exposes the raw lzrw*_compress functions as unsafe extern C bindings.
Most users will want to use the lzrw, a safe and ergonomic Rust API on top of these bindings.
Authors
This crate was developed and is maintained by Brandon "SaturnKai" Gardenhire.
The original LZRW source was released by Ross Williams into the public domain.
The source has been slightly modified to be compiled on modern platforms, available in the lzrw-sys/lzrw/ directory.
License
MIT License, see LICENSE for more details.