csaf-rs 0.5.1

A parser for the CSAF standard written in Rust
1
2
3
4
5
mod custom;
mod generated;

pub(crate) use custom::*;
pub(crate) use generated::*;