oatf 0.4.0

Rust SDK for the Open Agent Threat Format (OATF)
Documentation
1
2
3
4
5
6
7
8
9
10
mod conformance {
    pub mod common;
    mod evaluate;
    mod normalize;
    mod parse;
    mod primitives;
    mod roundtrip;
    mod validate;
    mod verdict;
}