cargo-geiger
Code auditor
Detects usage of unsafe Rust in Rust crates and their dependencies to provide statistical input for auditing.
Detects usage of unsafe Rust in a Rust crate and its dependencies.
1k stars
11 watching
67 forks
Language: Rust
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
icefoxen/cargo-osha | Tool to quickly identify areas of Rust code with potential safety risks. | 43 |
est31/cargo-udeps | Detects unused dependencies in Rust projects during compilation. | 1,745 |
git-afsantos/haros | An early detection framework for ROS-based code quality issues via static analysis | 191 |
obi1kenobi/cargo-semver-checks | Automates checking of Rust crate API changes for semver violations | 1,189 |
frewsxcv/cargo-all-features | A tool to automate testing of Rust crates with multiple feature flags | 147 |
rust-cli/human-panic | Improves error messages to provide helpful information and encourage users to report issues. | 1,696 |
sourcefrog/cargo-mutants | Tools to help detect potential bugs in Rust code by introducing mutations and testing their impact on tests. | 600 |
sslab-gatech/rudra | A tool that detects common undefined behaviors in Rust programs. | 1,319 |
sergiusiw/collider-rs | A Rust library for continuous 2D collision detection | 92 |
wireghoul/graudit | A tool to identify potential security flaws in source code using static analysis and regular expressions. | 1,538 |
rustgd/collision-rs | An extension of the cgmath library that adds collision detection primitives and algorithms. | 125 |
newrelic/rusty-hog | Secret scanner built in Rust for performance to detect sensitive information | 454 |
cjriley9/gpkg-rs | A Rust crate for reading and writing OGC Geopackages | 4 |
gengteng/rust-assistant | An expert assistant for Rust programming questions and issues with precise code interpretation, up-to-date crate information, and source code analysis. | 9 |
gobanos/cargo-aoc | A CLI tool to solve Advent of Code puzzles in Rust | 439 |