Skip to content

Commit 52a789a

Browse files
committed
README: add context and steps
1 parent 045af65 commit 52a789a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Distributed and resource-efficient verification for verify-rust-std
2+
3+
Context: [Distributed and resource-efficient verification][distributed], GSoC Rust 2025
4+
5+
[distributed]: https://github.com/rust-lang/google-summer-of-code/tree/45141d74c28d91e114cf621d2d56aea6c3f82547?tab=readme-ov-file#distributed-and-resource-efficient-verification
6+
7+
## Steps
8+
9+
The list in very incomplete at the moment.
10+
11+
- [ ] Analyze kani's proofs and contracts
12+
- [x] Rust Compiler Driver
13+
- [x] Reuse reachability code from kani
14+
- [x] Traverse calls starting from proofs and contracts
15+
- [ ] Generate proofs that need to rerun
16+
- [ ] Compute difference
17+
- [ ] Emit JSON
18+
- [ ] CI setup
19+
- [ ] Run kani
20+
- [ ] Run ESBMC ??

0 commit comments

Comments
 (0)