//! # rung-core
//!
//! Core library for Rung providing stack management, state persistence,
//! and the sync engine for dependent PR stacks.
//!
//! # Architecture
//!
//! The crate provides both a concrete [`State`] implementation and
//! a [`StateStore`] trait for dependency injection and testing.
pub use ;
pub use ;
pub use Config;
pub use ;
pub use ;
pub use ;
pub use StateStore;