tmflib 0.1.38

Interface library for processing TMF payloads
Documentation
1
2
3
4
5
6
7
8
9
10
//! TMF697 Work Order Management
//! # Versions
//! - V4 Supported
//! - V5 Supported

#[cfg(all(feature = "tmf697", feature = "build-V4"))]
pub mod v4;

#[cfg(all(feature = "tmf697", feature = "build-V5"))]
pub mod v5;