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

Base64 Support #369

Merged
merged 5 commits into from
Oct 4, 2021
Merged

Base64 Support #369

merged 5 commits into from
Oct 4, 2021

Conversation

jonasbb
Copy link
Owner

@jonasbb jonasbb commented Oct 1, 2021

Create a new optional module to house the code.
Add a new CharacterSet trait, which is used to encode the different
character sets with multiple unique types.
Add a basic test.

Missing:

  • More tests for the other character sets.
  • Rustdoc documentation
  • Changelog entries
  • serde_as Guide entry

Closes #350

Create a new optional module to house the code.
Add a new `CharacterSet` trait, which is used to encode the different
character sets with multiple unique types.
Add a basic test.

Missing:
* More tests for the other character sets.
* Rustdoc documentation
* Changelog entries
* serde_as Guide entry
@codecov
Copy link

codecov bot commented Oct 2, 2021

Codecov Report

Merging #369 (5cb68c6) into master (b98d7f5) will increase coverage by 0.35%.
The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #369      +/-   ##
==========================================
+ Coverage   76.88%   77.23%   +0.35%     
==========================================
  Files          45       47       +2     
  Lines        2708     2768      +60     
==========================================
+ Hits         2082     2138      +56     
- Misses        626      630       +4     
Impacted Files Coverage Δ
serde_with/src/formats.rs 0.00% <ø> (ø)
serde_with/src/lib.rs 75.00% <ø> (ø)
serde_with/src/base64.rs 87.09% <87.09%> (ø)
serde_with/tests/base64.rs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b98d7f5...5cb68c6. Read the comment docs.

@jonasbb jonasbb marked this pull request as ready for review October 3, 2021 14:29
@jonasbb

This comment has been minimized.

bors bot added a commit that referenced this pull request Oct 4, 2021
369: Base64 Support r=jonasbb a=jonasbb

Create a new optional module to house the code.
Add a new `CharacterSet` trait, which is used to encode the different
character sets with multiple unique types.
Add a basic test.

Missing:
* [x] More tests for the other character sets.
* [x] Rustdoc documentation
* [x] Changelog entries
* [x] serde_as Guide entry

Co-authored-by: Jonas Bushart <[email protected]>
@jonasbb

This comment has been minimized.

@jonasbb
Copy link
Owner Author

jonasbb commented Oct 4, 2021

bors r+

@bors
Copy link
Contributor

bors bot commented Oct 4, 2021

Build succeeded:

@bors bors bot merged commit 5d0f9b6 into master Oct 4, 2021
@bors bors bot deleted the base64 branch October 4, 2021 19:44
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.

Add support for base64 de/encoding
1 participant