osv 0.3.0

Rust library for parsing the OSV schema and client API
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(feature = "schema")]
pub mod schema;

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

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

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