Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow hints to be passed to encode_barcode #9

Open
cpwood opened this issue Jan 3, 2024 · 2 comments
Open

Allow hints to be passed to encode_barcode #9

cpwood opened this issue Jan 3, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@cpwood
Copy link
Contributor

cpwood commented Jan 3, 2024

Currently, a new, empty HashMap is passed into the Rust library when encode_barcode is called. However for Telepen Numeric, I would need to pass a hint.

Could there either be an additional method - e.g. encode_barcode_with_hints?

@hschimke
Copy link
Collaborator

hschimke commented Jan 3, 2024

good idea, I'll work on getting this implemented.

@hschimke hschimke self-assigned this Jan 3, 2024
@hschimke hschimke added the enhancement New feature or request label Jan 3, 2024
@hschimke
Copy link
Collaborator

hschimke commented Jan 3, 2024

fully untested and unstable, but an initial version appears in 4f84efa v0.2.2 on NPM now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants