Skip to content

asterinas/rust-deductive-verifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Deductive Verifier

Deployment

  1. Put this repository as a directory dv in the root of your Rust project.
git clone [this-repo] dv
  1. Add/modify the Cargo configuration file .cargo/config.toml in the root of your Rust project:
[alias]
dv = "run --manifest-path dv/Cargo.toml --bin dv --"
pre-commit = "run --manifest-path dv/Cargo.toml --bin pre_commit --"
  1. Now, you can use the provided commands with cargo dv:
cargo dv verify --targets <target1> <target2> ...

Optionally, if you want to use the pre-commit hook, you can add the rusty-hook to your project:

cargo install rusty-hook

Then, add the following to your .rusty-hook.toml file:

[hooks]
pre-commit = "cargo pre-commit"

[logging]
verbose = true

About

Helper framework for `vostd`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •