All Projects → viperproject → Prusti Dev

viperproject / Prusti Dev

Licence: other
A static verifier for Rust, based on the Viper verification infrastructure.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Prusti Dev

vercors
The VerCors verification toolset for verifying parallel and concurrent software
Stars: ✭ 30 (-90.07%)
Mutual labels:  verification, viper
silver
Definition of the Viper intermediate verification language.
Stars: ✭ 28 (-90.73%)
Mutual labels:  verification, viper
groot
Static verification tool for DNS zone files
Stars: ✭ 60 (-80.13%)
Mutual labels:  verification
MHNetwork
Say goodbye to the Fat ugly singleton Network Manager with this Network Layer
Stars: ✭ 16 (-94.7%)
Mutual labels:  viper
DLV
Safety Verification of Deep Neural Networks
Stars: ✭ 45 (-85.1%)
Mutual labels:  verification
checker
Golang parameter validation, which can replace go-playground/validator, includes ncluding Cross Field, Map, Slice and Array diving, provides readable,flexible, configurable validation.
Stars: ✭ 62 (-79.47%)
Mutual labels:  verification
Articles Ios Viper
Demo app for VIPER design pattern implementation
Stars: ✭ 254 (-15.89%)
Mutual labels:  viper
Tool lists
Links to tools by subject
Stars: ✭ 270 (-10.6%)
Mutual labels:  verification
Seahorn
SeaHorn Verification Framework
Stars: ✭ 270 (-10.6%)
Mutual labels:  verification
awesome-dv
Awesome ASIC design verification
Stars: ✭ 76 (-74.83%)
Mutual labels:  verification
go-mtree
File systems verification utility and library, in likeness of mtree(8)
Stars: ✭ 55 (-81.79%)
Mutual labels:  verification
laracom
laracom driven by go micro services
Stars: ✭ 37 (-87.75%)
Mutual labels:  viper
Flawless Ios
Awesome iOS guides from the community, shared on Flawless iOS Medium blog 👉
Stars: ✭ 260 (-13.91%)
Mutual labels:  viper
ViPER
Web App Pen Tester (Web Interface)
Stars: ✭ 19 (-93.71%)
Mutual labels:  viper
Concuerror
Concuerror is a stateless model checking tool for Erlang programs.
Stars: ✭ 277 (-8.28%)
Mutual labels:  verification
react-native-sms-user-consent
React Native wrapper for Android's SMS User Consent API, ready to use in React Native apps with minimum effort.
Stars: ✭ 45 (-85.1%)
Mutual labels:  verification
Kremlin
KreMLin is a tool for extracting low-level F* programs to readable C code
Stars: ✭ 285 (-5.63%)
Mutual labels:  verification
Express Graphql Mongodb Boilerplate
A boilerplate for Node.js apps / GraphQL-API / Authentication from scratch - express, graphql - (graphql compose), mongodb (mongoose).
Stars: ✭ 288 (-4.64%)
Mutual labels:  verification
Riscv
RISC-V CPU Core (RV32IM)
Stars: ✭ 272 (-9.93%)
Mutual labels:  verification
Verifier
Package verifier provides simple defensive programing primitives.
Stars: ✭ 264 (-12.58%)
Mutual labels:  verification

Prusti

Test Test on crates Deploy Docker Build Status Test coverage Project chat

Prusti is a prototype verifier for Rust, built upon the the Viper verification infrastructure.

By default Prusti verifies absence of panics by proving that statements such as unreachable!() and panic!() are unreachable. Overflow checking can be enabled with a configuration flag, otherwise all integers are treated as unbounded. In Prusti, the functional behaviour of a function can be specified by using annotations, among which are preconditions, postconditions, and loop invariants. The tool checks them, reporting error messages when the code does not adhere to the provided specification.

For a tutorial and more information, check out the user guide.

Using Prusti

The easiest way to try out Prusti is by using the "Prusti Assistant" extension for VS Code.

Alternatively, if you wish to use Prusti from the command line there are three options:

  • Download the precompiled binaries for Ubuntu, Windows, or MacOS from a GitHub release.
  • Use the viperproject/prusti Docker image.
  • Compile from the source code, by installing rustup, running ./x.py setup and then ./x.py build --release.

All three options provide the prusti-rustc and cargo-prusti programs that can be used analogously to, respectively, rustc and cargo check. For more detailed instructions, refer to the user guide and to the developer guide.

Do you still have questions? Open an issue or contact us on Zulip.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].