From 634d1211a7ee814c948dd903541cf78ed3fd95a9 Mon Sep 17 00:00:00 2001 From: Xiao Ling Date: Thu, 6 Jun 2024 15:07:38 +0800 Subject: [PATCH] Update README.md --- examples/9.x/rust/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/9.x/rust/README.md b/examples/9.x/rust/README.md index 3ed10d4..2eb0d06 100644 --- a/examples/9.x/rust/README.md +++ b/examples/9.x/rust/README.md @@ -26,3 +26,6 @@ This project showcases a simple command-line barcode reader built using Rust and ``` ![Rust Barcode Reader](https://www.dynamsoft.com/codepool/img/2024/06/rust-command-line-barcode-reader.jpg) + +## Blog +[How to Build a Command-Line Barcode Reader with Rust and C++ Barcode SDK](https://www.dynamsoft.com/codepool/rust-barcode-reader-command-line.html)