This project showcases a simple command-line barcode reader built using Rust and the Dynamsoft Barcode Reader SDK.
-
Set the license key in
src/main.rs
:let license = "LICENSE-KEY";
-
Clean and build the app:
cargo clean cargo build
-
Run the app:
cargo run
How to Build a Command-Line Barcode Reader with Rust and C++ Barcode SDK