Comment on Show HN: Autarkie – Instant grammar fuzzing using Rust macrosComments−vrm1ywould it be possible to fuzz an arbitrary JSON schema with this? I’ve been looking for such a lib for a while now−r9295OP1yIf 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!
Comments
would it be possible to fuzz an arbitrary JSON schema with this? I’ve been looking for such a lib for a while now
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!