Expand description
Endpoint URI parsing and configuration for rust-camel components.
Main types: UriConfig (trait), UriComponents. Main modules: config, uri.
Re-exports§
pub use config::UriConfig;pub use uri::UriComponents;pub use uri::parse_uri;
Modules§
Enums§
- Camel
Error - Core error type for the Camel framework.
Derive Macros§
- UriConfig
- Derive macro for UriConfig trait implementation.