Skip to main content

Crate faucet_source_xml

Crate faucet_source_xml 

Source
Expand description

§faucet-source-xml

A config-driven XML/SOAP API source with automatic XML-to-JSON conversion, element-path record extraction, and pluggable authentication.

Re-exports§

pub use config::XmlAuth;
pub use config::XmlPagination;
pub use config::XmlStreamConfig;
pub use stream::XmlStream;

Modules§

config
XML source configuration.
convert
XML to JSON conversion.
serde_helpers
Serde helper modules for types that don’t implement Serialize/Deserialize natively.
stream
XML stream executor.

Enums§

FaucetError
All possible errors returned by faucet-stream.

Traits§

Source
A source fetches records from an external system.