buntine / barcoders

A barcode encoding library for the Rust programming language
Apache License 2.0
164 stars 24 forks source link

Added no_std support + closed issues and PRs #31

Closed AtomicGamer9523 closed 5 months ago

AtomicGamer9523 commented 5 months ago

Added new feature flag std which is enabled by default. (Essential for no_std support) Fixes: #16 #21 #22 #26

Todo: fix #29

buntine commented 5 months ago

Thanks for the contribution. Tests are now passing and v.2.0.0 will be published to cargo tomorrow.