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 property {
    mod actors;
    mod condition;
    mod normalize;
    mod parse_duration;
    mod predicate;
    mod resolve_path;
    mod roundtrip;
    mod target_path;
}