camel-endpoint 0.6.1

Endpoint abstractions for rust-camel
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod config;
pub mod uri;

pub use config::UriConfig;
pub use uri::{UriComponents, parse_uri};

// Re-export CamelError for macro-generated code
pub use camel_api::CamelError;

// Re-export proc-macro derive - same name as trait is allowed (different namespaces)
pub use camel_endpoint_macros::UriConfig;