https://github.com/depermitto/rubagen
Simple and sweet barcode generator written in rust ᓚᘏᗢ
https://github.com/depermitto/rubagen
barcode barcode-generator code39 rust windows
Last synced: about 1 month ago
JSON representation
Simple and sweet barcode generator written in rust ᓚᘏᗢ
- Host: GitHub
- URL: https://github.com/depermitto/rubagen
- Owner: Depermitto
- License: mit
- Created: 2023-05-14T11:34:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T17:27:38.000Z (over 1 year ago)
- Last Synced: 2025-09-23T21:38:13.456Z (6 months ago)
- Topics: barcode, barcode-generator, code39, rust, windows
- Language: Rust
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code 39 Barcode Generator
This is a super simple commmand line program for generating barcodes in [Code39](https://pl.wikipedia.org/wiki/Code_39) written in Rust :)
# How to build
Git clone the repo, change the directory to _rubagen_ and run `cargo build --release`. You can use the executable inside _rubagen/target/release/_ or by running `cargo run`