Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Refinedrust Dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lennard Gäher
Refinedrust Dev
Commits
3322d2d0
Commit
3322d2d0
authored
1 year ago
by
Lennard Gäher
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
aef5f843
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-6
2 additions, 6 deletions
README.md
with
2 additions
and
6 deletions
README.md
+
2
−
6
View file @
3322d2d0
# RefinedRust verification framework
# RefinedRust verification framework
This repository contains the implementation of RefinedRust.
This repository contains a public mirror of the RefinedRust development version.
Currently, this does include the Coq source code of the type system. We will publish the implementation of the type system soon.
## Structure
## Structure
The Coq implementation of RefinedRust can be found in the
`theories`
subfolder.
The Coq implementation of RefinedRust can be found in the
`theories`
subfolder.
...
@@ -9,14 +10,9 @@ The frontend implementation and examples can be found in the `rr_frontend` subfo
...
@@ -9,14 +10,9 @@ The frontend implementation and examples can be found in the `rr_frontend` subfo
### For the `theories` subfolder:
### For the `theories` subfolder:
*
the
`caesium`
subfolder contains the Radium operational semantics, an adaptation of RefinedC's Caesium semantics.
*
the
`caesium`
subfolder contains the Radium operational semantics, an adaptation of RefinedC's Caesium semantics.
*
the
`lithium`
subfolder contains RefinedC's Lithium separation logic automation engine with very lightweight modifications.
*
the
`lithium`
subfolder contains RefinedC's Lithium separation logic automation engine with very lightweight modifications.
*
the
`rust_typing`
subfolder contains the implementation of RefinedRust's semantic model, type system, and proof automation.
### For the `rr_frontend` subfolder:
### For the `rr_frontend` subfolder:
*
the
`examples`
folder contains the Rust code and annotations for the examples mentioned in the paper.
+
`minivec_fix.rs`
contains the
`Vec`
case study and shims necessary for calling into RefinedRust's memory allocation facilities.
+
`paper.rs`
contains the small examples and clients shown in Sections 2 and 5 of the paper.
*
the
`output`
folder contains the generated Coq code for the aforementioned examples in two subdirectories
`minivec`
and
`paper`
### Structure of the generated code:
### Structure of the generated code:
For each input module
`mod`
, the RefinedRust generates the following files in the corresponding output directory:
For each input module
`mod`
, the RefinedRust generates the following files in the corresponding output directory:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment