Skip to content

zyedidia/rustalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rustalyzer

Basic static analysis for Rust programs.

Currently Rustalyzer shows the ratio of unsafe statements to all statements. For example:

rustalyzer a.rs b.rs c.rs
a.rs: 12/15
b.rs: 0/4
c.rs: 5/19
total: 17/38

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages