barcode_command 0.1.1

Create auto-id industry compliant barcodes using fonts. This command line utility supports generation of Code 39 (ConnectCode39.ttf), Industrial 2 of 5 (ConnectCodeIND2of5.ttf) and POSTNET (ConnectCodePostnet.ttf) barcodes. The fonts can be downloaded free from the home page of this crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["support@barcoderesource.com"]
categories = ["command-line-utilities"]
description = "Create auto-id industry compliant barcodes using fonts. This command line utility supports generation of Code 39 (ConnectCode39.ttf), Industrial 2 of 5 (ConnectCodeIND2of5.ttf) and POSTNET (ConnectCodePostnet.ttf) barcodes. The fonts can be downloaded free from the home page of this crate."
documentation = "https://www.barcoderesource.com/rust_barcode.shtml"
edition = "2018"
homepage = "https://www.barcoderesource.com/rust_barcode.shtml"
keywords = ["barcode", "code39", "indsutrial2of5", "postnet"]
license = "GPL-3.0"
name = "barcode_command"
repository = "https://github.com/BarcodeResource/rust_barcode"
version = "0.1.1"