Skip to main content

Crate camel_endpoint

Crate camel_endpoint 

Source
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§

config
uri

Enums§

CamelError
Core error type for the Camel framework.

Derive Macros§

UriConfig
Derive macro for UriConfig trait implementation.