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

feat: move decoder type to options struct #23

Merged
merged 1 commit into from
Oct 15, 2023
Merged

Conversation

ianprime0509
Copy link
Owner

Closes #20

This makes the API simpler to use. No flexibility is sacrificed, because users who want to pass in a non-default-initialized decoder object can just use the TokenReader and Reader init functions directly.

Closes #20

This makes the API simpler to use. No flexibility is sacrificed, because
users who want to pass in a non-default-initialized decoder object can
just use the `TokenReader` and `Reader` `init` functions directly.
@ianprime0509 ianprime0509 merged commit 11f9db5 into main Oct 15, 2023
@ianprime0509 ianprime0509 deleted the feat/decoder-option branch October 15, 2023 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make decoder type an option for Reader and TokenReader
1 participant