Skip to content

Simple and sweet barcode generator written in rust ᓚᘏᗢ

Notifications You must be signed in to change notification settings

Depermitto/rubagen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code 39 Barcode Generator

This is a super simple commmand line program for generating barcodes in Code39 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