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

crypto_box: use serdect crate #51

Merged
merged 1 commit into from
Aug 8, 2022
Merged

crypto_box: use serdect crate #51

merged 1 commit into from
Aug 8, 2022

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Aug 8, 2022

Replaces the handwritten serde visitor implementation with the same-shaped implementation in the serdect crate.

This reduces the maintenance burden of serde-related code, by keeping all of the complexity and interop testing in the serdect crate.

Replaces the handwritten serde visitor implementation with the
same-shaped implementation in the `serdect` crate.

This reduces the maintenance burden of `serde`-related code, by keeping
all of the complexity and interop testing in the `serdect` crate.
@tarcieri tarcieri merged commit 505533a into master Aug 8, 2022
@tarcieri tarcieri deleted the crypto_box/use-serdect branch August 8, 2022 13:10
@tarcieri tarcieri mentioned this pull request Aug 10, 2022
tarcieri added a commit that referenced this pull request Aug 14, 2022
Replaces the handwritten serde visitor implementation with the
same-shaped implementation in the `serdect` crate, similar to the
changes to the `crypto_box` crate in #51.

This reduces the maintenance burden of `serde`-related code, by keeping
all of the complexity and interop testing in the `serdect` crate.
tarcieri added a commit that referenced this pull request Aug 14, 2022
Replaces the handwritten serde visitor implementation with the
same-shaped implementation in the `serdect` crate, similar to the
changes to the `crypto_box` crate in #51.

This reduces the maintenance burden of `serde`-related code, by keeping
all of the complexity and interop testing in the `serdect` crate.
tarcieri added a commit that referenced this pull request Aug 14, 2022
Replaces the handwritten serde visitor implementation with the
same-shaped implementation in the `serdect` crate, similar to the
changes to the `crypto_box` crate in #51.

This reduces the maintenance burden of `serde`-related code, by keeping
all of the complexity and interop testing in the `serdect` crate.
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.

1 participant