seL4 / rust-sel4

Rust support for seL4 userspace
116 stars 12 forks source link

Introduce Verus #143

Closed nspin closed 4 months ago

nspin commented 4 months ago

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

This PR introduces Verus into the project:

This work depends on a PR to the upstream Verus repository:

https://github.com/verus-lang/verus/pull/1138

For now, we are using this branch of Verus, which includes that patch:

https://github.com/coliasgroup/verus/tree/dev

lsf37 commented 4 months ago

Loving the influx of verification tools! :-)