Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,13 @@
"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.",
"license": "MIT"
},
{
"name": "Verus",
"type": "formal-verification",
"url": "https://github.com/verus-lang/verus",
"description": "Verified Rust for low-level systems code.",
"license": "MIT"
},
{
"name": "mutest-rs",
"type": "testing",
Expand Down
Loading