//! 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 component-metadata types so macro-generated `uri_options()` and
// `metadata()` resolve through the configured crate path (`#endpoint_crate`).
pub use ;
// Re-export proc-macro derive - same name as trait is allowed (different namespaces)
pub use UriConfig;