Thanks to visit codestin.com Credit goes to docs.rs
1//! Repository handling for the RustSec advisory DB 2 3pub mod signature; 4 5#[cfg(feature = "git")] 6pub mod git;