dust-engine / dot_vox

Rust parser for MagicaVoxel .vox files.
MIT License
51 stars 20 forks source link

Set up for use of `cargo-fuzz`. #41

Open kpreid opened 1 year ago

kpreid commented 1 year ago

This can be used with https://crates.io/crates/cargo-fuzz to fuzz test the parser, validating that it does not panic, crash, or allocate gigabytes of memory given arbitrary input.