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: 5 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,781 |
git-afsantos/haros | A tool for detecting quality issues in ROS-based code through static analysis. | 192 |
obi1kenobi/cargo-semver-checks | Tool to check Rust crate API changes for semver violations during releases | 1,228 |
frewsxcv/cargo-all-features | A tool to automate testing of Rust crates with multiple feature flags | 149 |
rust-cli/human-panic | Improves error messages to provide helpful information and encourage users to report issues. | 1,707 |
sourcefrog/cargo-mutants | Tools to help detect potential bugs in Rust code by introducing mutations and testing their impact on tests. | 626 |
sslab-gatech/rudra | A tool that detects common undefined behaviors in Rust programs. | 1,323 |
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,548 |
rustgd/collision-rs | An extension of the cgmath library that adds collision detection primitives and algorithms. | 126 |
newrelic/rusty-hog | Secret scanner built in Rust for performance to detect sensitive information | 461 |
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. | 10 |
gobanos/cargo-aoc | A CLI tool to solve Advent of Code puzzles in Rust | 460 |