Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
V

verus

> 编程语言
Open source

Verified Rust for low-level systems code

2.8K stars0 likes0 views
WebsiteGitHub

About

Verified Rust for low-level systems code

Verus is a tool for verifying the correctness of code written in Rust. Developers write specifications of what their code should do, and Verus statically checks that the executable Rust code will always satisfy the specifications for all possible executions of the code. Rather than adding run-time checks, Verus instead relies on powerful solvers to prove the code is correct. Verus currently supports a subset of Rust (which we are working to expand), and in some cases, it allows developers to go beyond the standard Rust type system and statically check the correctness of code that, for example, manipulates raw pointers.

Status

Verus is under active development. Features may be broken and/or missing, and the documentation is still incomplete. If you want to try Verus, please be prepared to ask for help in the Zulip.

The Verus community has published a number of research papers, and there are a variety of industry and academic projects using Verus. You can find a list on our publications and projects page. If you're using Verus please consider adding your project to that page (see the instructions there).

Try Verus

To try Verus in your browser, please visit the Verus Playground. For more involved development, please follow our installation instructions. Then you can dive into the documentation below, starting with the Tutorial and reference. We also support an auto-formatter (verusfmt) for your Verus code.

Documentation

Our (work-in-progress) documentation resources include:

  • Tutorial and reference
  • API documentation for Verus's standard library
  • Guide for verifying concurrent code
  • Contributing to Verus
  • Best Practices for publishing Verus-related crates on crates.io.
  • Verus License
  • Verus Logos

Examples of Using Verus

In addition to the documentation above, it can be helpful to see Verus used in action. Here are some starting points.

  • Publications and projects using Verus.
  • Videos, slides, and exercises from a day-long Verus tutorial.
  • Standalone examples showing Verus in use for small, concrete tasks.
  • Small and medium-sized examples illustrating various Verus features
  • Unit tests for Verus, containing examples of Verus syntax and features.

Getting in touch, reporting issues, and starting discussions

Please report issues or start discussions here on GitHub, or join us on Zulip for more realtime discussions and if you need help. Thank you for using and contributing to Verus!

We use GitHub discussions for feature requests and more open-ended conversations about upcoming features, and we reserve GitHub issues for actionable issues (bugs) with existing features. Don't worry though: if we think an issue should be a discussion (or vice versa) we can always move it later.

We welcome contributions! If you'd like to contribute code, have a look at the tips in Contributing to Verus.


Zulip sponsors free hosting for Verus. Zulip is an open-source modern team chat app designed to keep both live and asynchronous conversations organized.

Special thanks to Johanna Polzin for her contribution to the design of the Verus Logo. The Verus logos (bitmap and vector) are by the Verus Contributors and licensed under the terms of Creative Commons Attribution 4.0 International license.

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Rust

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言