Verus is a tool for verifying the correctness of code written in Rust

(verus-lang.github.io)

24 points | by fanf2 2 days ago

4 comments

  • suobset 41 minutes ago
    I just attended a talk at Northeastern (Boston) on Verus, it's genuinely amazing. I have been using it on my own Rust codebases for a while, and it has made me think deeper about the structure and semantics of Rust code.
  • isubasinghe 1 hour ago
    Oh hey I worked on this :)
  • himata4113 25 minutes ago
    Clippy with unstable features enabled catches most if not all of these cases automatically? This seems like it needs more work to do the same thing clippy does.

    I do see a value in validating constraints, but the examples are either too simple or I'm too dumb.

  • esafak 37 minutes ago