//! The Ingestion Protocol server (§7.13, §18): the single validated write
//! path. `IngestService.Submit` runs the kernel validation pipeline
//! (fingerprint, source admission + ceiling, R-T11a no-widening, R-T17
//! triples, idempotency by (producer_id, batch_id), bounded admission before
//! full-batch HMAC authentication (R-I8), and commits atomically.
pub use ;
pub use EntityExtractor;
pub use IngestServer;