camel-config 0.7.2

Configuration and route discovery for rust-camel
Documentation
1
2
3
4
5
6
//! YAML route definition compatibility shim.

pub use camel_dsl::{
    YamlRoute, YamlRoutes, YamlStep, load_from_file, parse_yaml, parse_yaml_to_canonical,
    parse_yaml_to_declarative, parse_yaml_with_threshold,
};