rustsec 0.31.0

Client library for the RustSec security advisory database
Documentation
1
2
3
4
5
6
//! Repository handling for the RustSec advisory DB

pub mod signature;

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