Module api

Module api 

Source
Expand description

External-facing APIs for the traceability system.

This module provides the three main API layers for interacting with the traceability middleware:

  • Process-to-Middleware (P2M): For application processes to register resources and request I/O operations with traceability guarantees
  • Middleware-to-Middleware (M2M): For distributed middleware coordination, policy exchange, and provenance synchronization
  • Operator-to-Middleware (O2M): For administrative policy management and provenance analysis by operators

Re-exports§

pub use types::*;

Modules§

m2m
Middleware-to-Middleware (M2M) API service implementation.
o2m
Operator-to-Middleware (O2M) API service implementation.
p2m
Process-to-Middleware (P2M) API service implementation.
types
Traceability API type definitions.