//! Endpoint URI parsing and configuration for rust-camel components.
//!
//! Main types: `UriConfig` (trait), `UriComponents`. Main modules: `config`, `uri`.
pub use UriConfig;
pub use ;
// Re-export CamelError for macro-generated code
pub use CamelError;
// Re-export proc-macro derive - same name as trait is allowed (different namespaces)
pub use UriConfig;