#barcode #codegen #ffi #barcode-generator

sys zint-sys

Unsafe Rust bindings for the Zint barcode encoding library

2 releases

0.1.1 Mar 2, 2024
0.1.0 Jul 21, 2023

#1733 in Development tools

34 downloads per month

MIT/Apache

8KB
67 lines

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.

Dependencies

~0–1.8MB
~36K SLoC