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: make de and ser modules public #33

Closed
wants to merge 1 commit into from
Closed

feat: make de and ser modules public #33

wants to merge 1 commit into from

Conversation

the-wondersmith
Copy link

PR makes the de and ser modules public, specifically so that the Deserializer and Serializer structs can be used directly in edge cases where the existing assert_(*_)tokens utilities do not meet the requirement.

@the-wondersmith
Copy link
Author

@dtolnay Shameless self-bump 😅

@the-wondersmith
Copy link
Author

@dtolnay Re-bumping

Copy link
Member

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The serde_assert crate already provides Deserializer and Serializer types for testing. Does that work for your use case? https://docs.rs/serde_assert

@the-wondersmith
Copy link
Author

The serde_assert crate already provides Deserializer and Serializer types for testing. Does that work for your use case? https://docs.rs/serde_assert

It would certainly appear to 😅. Thank you for pointing it out! Apologies for the unnecessary noise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants