prusti-assistant
prusti-assistant copied to clipboard
Allow configuring verification mode
It might be nice to add two of the settings that are currently env/TOML only.
- "check overflows" - same effect as
PRUSTI_CHECK_OVERFLOWS=true(on by default) - "check panics" - same effect as
PRUSTI_CHECK_PANICS=true(on by default)