A library and command line program for fetching CVE information from the web written entirely in Rust
In order to build the software you need a local installation of Rust (obviously) and Rust's package manager Cargo
. Clone this repo, change to the downloaded directory and invoke one of
cargo build # Builds library and exucutable
cargo build --lib # Only builds the library
This software is provided under the terms and conditions of the MIT License. See the file LICENSE
for the full license text.