camel-api 0.6.2

Core traits and interfaces for rust-camel
Documentation
1
2
3
4
5
/// Value type alias for dynamic header/property values.
pub type Value = serde_json::Value;

/// Headers type alias.
pub type Headers = std::collections::HashMap<String, Value>;