paladin-ports 0.5.1

Port trait definitions (hexagonal architecture contracts) for the Paladin framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Input port modules — port traits for data ingestion and processing pipelines.

/// Content ingestion port.
pub mod content_input_port;
/// Document parsing port.
pub mod document_port;
/// Event listener / webhook port.
pub mod listener_port;
pub mod ml_port;
pub mod nlp_port;
pub mod rpc_port;