Skip to content

Demonstration of a technique for non-intrusive cycle detection in safe Rust.

Notifications You must be signed in to change notification settings

SullivanMuse/demo_cycle_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Non-intrusive cycle detection

This is a demonstration of non-intrusive cycle detection. We implement a formatter for a possibly cyclical data structure using a HashSet containing pointers. This technique uses no unsafe code.

About

Demonstration of a technique for non-intrusive cycle detection in safe Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages