Expand description
Traceability module.
This module provides a complete traceability solution for distributed systems, enabling comprehensive data provenance tracking, policy enforcement, and compliance monitoring across process boundaries and network connections.
Re-exports§
pub use api::types;
Modules§
- api
- External-facing APIs for the traceability system.
- error
- Traceability error types and handling.
- infrastructure
- Infrastructure primitives for the traceability system.
- services
- Core services for the traceability middleware.
Functions§
- init_
middleware - Initialize a complete middleware stack for production deployment.
- init_
middleware_ with_ enrolled_ resources - Initialize a middleware stack with pre-enrolled resources for testing.
Type Aliases§
- M2mApi
Default Stack - Standard M2M API service stack with default component configuration.
- O2mApi
Default Stack - Standard O2M API service stack with default component configuration.
- P2mApi
Default Stack - Standard P2M API service stack parameterized by M2M client type.