An open API service indexing awesome lists of open source software.

https://github.com/zyedidia/rustalyzer


https://github.com/zyedidia/rustalyzer

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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
```