foxguard 0.3.2

Security scanner as fast as a linter. 118 built-in rules, 10 languages, sub-second scans.
Documentation
1
2
3
4
5
pub mod parser;
pub mod scanner;

pub use parser::parse_file;
pub use scanner::{scan_directory, scan_paths, scan_paths_with_root, ScanResult};