1 2 3 4 5 6 7
// Core workspace entry point pub mod config; pub mod error; // Re-exports of core components pub use config::Config; pub use error::{Error, Result};