1
2
3
4
5
6
//! Repository handling for the RustSec advisory DB

pub mod signature;

#[cfg(feature = "git")]
pub mod git;