paladin-content 0.5.0

Content processing adapters and use-case services for the Paladin framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! # paladin-content
//!
//! Content processing adapters and application services for the Paladin framework.
//! Provides document parsing, HTTP/file fetching, RSS/news ingestion, and
//! content analysis pipelines.

#![warn(missing_docs)]

/// Infrastructure adapters for content ingestion and parsing.
#[allow(missing_docs)]
pub mod adapters;
/// Application services for content processing workflows.
#[allow(missing_docs)]
pub mod services;