Is there a reasonable mocking framework available for #rustlang? Something like turtlemock for C++? Or is there some feature I miss which is helpful?
@simon_schwarz There's `mockall`, but there was big article published recently and announced here on fediverse about mocking in Rust.
@michalfita ahh mockall seems cool. I will have a look. Thank you!