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

Expose QR code generation functions #61

Merged
merged 6 commits into from
Sep 10, 2023
Merged

Conversation

tmpfs
Copy link
Contributor

@tmpfs tmpfs commented Sep 7, 2023

Closes #60.

No breaking changes, just re-arrange a little bit.

@codecov-commenter
Copy link

codecov-commenter commented Sep 7, 2023

Codecov Report

Patch coverage: 95.00% and project coverage change: +0.02% 🎉

Comparison is base (e6de3cd) 94.97% compared to head (b92397f) 94.99%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
+ Coverage   94.97%   94.99%   +0.02%     
==========================================
  Files           5        6       +1     
  Lines        1393     1399       +6     
==========================================
+ Hits         1323     1329       +6     
  Misses         70       70              
Files Changed Coverage Δ
qrcodegen-image/src/lib.rs 94.64% <94.64%> (ø)
src/lib.rs 93.90% <100.00%> (-0.01%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@constantoine
Copy link
Owner

Hi!

I see that for now there's duplicate code for get_qr_draw_canvas/draw_canvas, draw_png/qr_png, and draw_base64/qr_base64

Is this intentional?

@tmpfs
Copy link
Contributor Author

tmpfs commented Sep 10, 2023

Oops, good catch, I forgot to remove the module from the earlier iteration of the PR, should be fixed now. 👍

@constantoine
Copy link
Owner

constantoine commented Sep 10, 2023

Noice! I will do some tests later in the day :)

@constantoine constantoine merged commit f7628d0 into constantoine:master Sep 10, 2023
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.

Expose QR code generation
3 participants