Hacker News new | ask | show | jobs
by vrm 409 days ago
would it be possible to fuzz an arbitrary JSON schema with this? I’ve been looking for such a lib for a while now
1 comments

If you can translate the schema into native rust types, then yes!

https://github.com/oxidecomputer/typify may help for starters. Please create an issue if you need further help with integration!