Skip to content

clemsys/verus-linked-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verified linked list

Author: Clément CHAPOT
Description: Linked list verified using Verus

Project description

  • the View (abstract representation) of a LinkedList is a Seq
  • linked_list_iter.rs provides an example of how to implement an iterator using Verus
  • src/main.rs contains an example of what can be verified using Verus on the linked list and its iterator
  • we only use two assume statements (axioms) to tell Verus what is the correspondance between a Node and its View

Verify

Verify the crate using Verus:

verus src/main.rs

Run

Run main.rs using cargo:

cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages