csaf-rs 0.5.1

A parser for the CSAF standard written in Rust
1
2
3
4
5
6
7
8
9
10
11
pub mod extract_references;
pub mod generic_with;
pub mod impl_macros;
pub mod not_present_20;
pub mod resolve_product_groups;

pub(crate) use generic_with::{impl_optional_ids, impl_with_date, impl_with_optional_date};
pub(crate) use impl_macros::{
    impl_optional_str_field_getter, impl_optional_str_iter_field_getter, impl_str_field_getter,
    impl_str_iter_field_getter,
};