Skip to content

Commit b7112b5

Browse files
authored
Add Verus to tools list (#629)
1 parent 2be2ffb commit b7112b5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

arewesafetycriticalyet.org/src/components/ToolsList/available-tools.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,13 @@
250250
"description": "VeriFast is a tool for modular formal verification of the absence of undefined behavior in Rust1 programs that use unsafe blocks and the soundness of Rust modules that use unsafe blocks.",
251251
"license": "MIT"
252252
},
253+
{
254+
"name": "Verus",
255+
"type": "formal-verification",
256+
"url": "https://github.com/verus-lang/verus",
257+
"description": "Verified Rust for low-level systems code.",
258+
"license": "MIT"
259+
},
253260
{
254261
"name": "mutest-rs",
255262
"type": "testing",

0 commit comments

Comments
 (0)