open_dis_rust/information_operations/mod.rs
1// open-dis-rust - Rust implementation of the IEEE 1278.1-2012 Distributed Interactive
2// Simulation (DIS) application protocol
3// Copyright (C) 2023 Cameron Howell
4//
5// Licensed under the BSD 2-Clause License
6
7//! The Information Operations protocol family
8
9pub mod information_operations_action_pdu;
10pub mod information_operations_report_pdu;