Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 528 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 528 Bytes

1. Introduction

zxing-rs is an open-source, multi-format 1D/2D barcode image processing library implemented in Rust, with ports to other languages.

  • hbar ports to other languages.
  • hbar-core multi-format 1D/2D barcode image processing library implemented in Rust.
  • ports Other languages examples.

2. How to use

2.1 Run

cargo run --bin encode

2.2 Run with arguments

  • Help

cargo run --bin encode -- --help

  • Run with arguments

cargo run --bin encode -- -b QRCode "Hello"