Didn't know about it, will try, looks very promising
miri is the "unsafe rust runtime checker" like we do in C/C++ with all the sanitizers etc
OK, it already found a memory leak, I deallocate the memory in drop, but I don't call destructors properly 😅 (fixed by the link now)
I think you might also be able to instrument ubsan / asan for Rust somehow as well
Обсуждают сегодня