-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md to create a list of examples of using Verus #1352
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -20,8 +20,6 @@ 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](https://verus-lang.zulipchat.com/). | ||||||
|
||||||
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 <a href="https://verus-lang.github.io/verus/publications-and-projects/">publications and projects</a> 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](https://play.verus-lang.org/). | ||||||
|
@@ -39,6 +37,13 @@ Our (work-in-progress) documentation resources include: | |||||
* [Verus License](LICENSE) | ||||||
* [Verus Logos](https://verus-lang.github.io/verus/verus/logo.html) | ||||||
|
||||||
## 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. | ||||||
* <a href="https://verus-lang.github.io/verus/publications-and-projects/">Publications and projects</a> using Verus -- If you're using Verus please consider adding your project to that page (see the instructions there). | ||||||
* [Standalone examples](https://github.com/secure-foundations/human-eval-verus/) showing Verus in use for small, concrete tasks. | ||||||
* [Miscellaneous small examples](source/rust_verify/example) illustrating various Verus features | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These aren't just "small examples". For examples, the |
||||||
* [Unit tests](source/rust_verify_test/tests) for Verus features | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
## Getting in touch, reporting issues, and starting discussions | ||||||
|
||||||
Please report issues or start discussions here on GitHub, or join us on [💬 Zulip](https://verus-lang.zulipchat.com/) for more realtime discussions and if you need help. Thank you for using and contributing to Verus! | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even if it leads to a little bit of repetition, I'd like to preserve this paragraph. It's a more direct link to Verus-related publications and projects, which aren't necessarily just example code that people are looking for as a way to "see Verus used in action".