//! Core graph definitions for the Parcode execution engine.
//!
//! This module defines the `TaskGraph`, `Node`, and `SerializationJob` structures
//! that form the backbone of the parallel serialization process.
/// Defines the `TaskGraph` and `Node` structures.
/// Defines the `ChunkId` type.
/// Defines the `SerializationJob` trait and `JobConfig`.
pub use ;
pub use ChunkId;
pub use ;