Elixir package
barcoder
An Elixir package for generating Code 39 barcodes in production-oriented workflows.
Elixir
View library
barcoder is an Elixir package for producing Code 39 barcodes. It turns a format-specific problem into a small reusable library that can be used wherever barcode generation belongs in an application flow.
The project fits the same pattern as many useful open source tools: choose one narrow job, make it dependable, and keep the calling code free from implementation detail.