Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 4 hours ago
JSON representation

Simple and sweet barcode generator written in rust ᓚᘏᗢ

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`