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

Update & refactor json-b64 crate #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tgross35
Copy link
Contributor

@tgross35 tgross35 commented Jun 24, 2023

  • Json, Bytes, and Secret are now exported at top level
  • Rename Bytes to B64Bytes and Secret to B64Secret to better reflect their purpose (this is optional, can revert if desired)
  • Add example to readme
  • Rename internal modules for clarity

This somewhat improves the usability of the b64 crate. It is a breaking change, but I don't think many people are using this crate as-is.

- `Json`, `Bytes`, and `Secret` are now exported at top level
- Rename `Bytes` to `B64Bytes` and `Secret` to `B64Secret` to better reflect
  their purpose
- Add example to readme
- Rename internal modules for clarity
@tarcieri
Copy link
Member

@tgross35 can you rebase? That should fix the test failure

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.

2 participants