High due to lack of another way reach you I am having to ask in here:
Is there a way to fuzz rust async/await code? (which uses tokio).
As I want to fuzz a crate that relies very much on async/await and without it most likely a lot of functions cannot be fuzzed. So I am wondering if there is a way to do this. I imagine tokio::spawn would cause panics to not get catched as the context changes for the code.
High due to lack of another way reach you I am having to ask in here:
Is there a way to fuzz rust async/await code? (which uses tokio). As I want to fuzz a crate that relies very much on async/await and without it most likely a lot of functions cannot be fuzzed. So I am wondering if there is a way to do this. I imagine
tokio::spawn
would cause panics to not get catched as the context changes for the code.