insanitybit / Cricket

Cricket is a fuzzing harness written in Rust
4 stars 1 forks source link

Build error handling into Worker type #4

Closed insanitybit closed 9 years ago

insanitybit commented 9 years ago

Right now I haven't used much error handling for when sockets are undefined. If I build this into the worker object itself it'll keep the code clean and handle things nicely through an interface.