What does HackerNews think of misra-rust?
An investigation into what adhering to each MISRA-C rule looks like in Rust. The intention is to decipher how much we "get for free" from the Rust compiler.
Language:
Rust
This might be of interest
https://github.com/PolySync/misra-rust
Certification is already in the works afaik. This [0] is also interesting, a check how much MISRA checking can be removed because the rust compiler already does a similar check.
Ah. Found it, [1][2]
[0] https://github.com/PolySync/misra-rust
> There are huge swathes of MISRA which forbid things which not only aren't possible in Rust or SPARK
I can't vouch for its accuracy, but https://github.com/PolySync/misra-rust seems to very much agree with you.