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

Implement serde::(De)Serialize for keyvalues_parser::Vdf #46

Open
CosmicHorrorDev opened this issue Nov 23, 2023 · 0 comments
Open

Implement serde::(De)Serialize for keyvalues_parser::Vdf #46

CosmicHorrorDev opened this issue Nov 23, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@CosmicHorrorDev
Copy link
Owner

Implementing this would be a huge ergonomics win for users, but beyond that it would unlock much better fuzzing potential for keyvalues-serde. Right now keyvalues-serde currently fuzzes an arbitrarily generated "kitchen sink" style struct that holds a lot of different data types, but that doesn't catch issues like #45 😿

Having this implemented would give us the arbitrarily dynamic type that would be perfect for fuzzing to find since it's the one type that describes all valid VDF blobs

@CosmicHorrorDev CosmicHorrorDev added the enhancement New feature or request label Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant