cvss-rs 0.2.0

A Rust library for representing and deserializing CVSS (Common Vulnerability Scoring System) data.
Documentation
1
2
3
4
5
6
7
8
9
# cvss

**Rust library for handling CVSS scores**

---

## About

`cvss` is a Rust library that provides tools for working with the **Common Vulnerability Scoring System (CVSS)** data. With this crate, you can parse, validate, manipulate, and serialize CVSS JSON representation of scores in a type-safe way.