zint-sys 0.1.1

Unsafe Rust bindings for the Zint barcode encoding library
docs.rs failed to build zint-sys-0.1.1
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.

zint-sys

This crate generates unsafe Rust bindings, through rust-bindgen, for using the Zint Barcode library. Note that Zint is not packaged in this crate and is expected to be installed.

Usage

Be sure to review Zint's Legal Information

There're no examples currently provided, however, you can use the test in lib.rs as a reference for using Zint's API in Rust.