[][src]Module rustsec::repository

Git repository handling for the RustSec advisory DB

Re-exports

pub use self::commit::Commit;
pub use self::signature::Signature;

Modules

authentication

Git authentication callbacks taken from upstream Cargo

commit

Commits to the advisory DB git repository

signature

Git commit signatures

Structs

Repository

Git repository for a Rust advisory DB

Constants

DAYS_UNTIL_STALE

Number of days after which the repo will be considered stale

DEFAULT_URL

Location of the RustSec advisory database for crates.io