Skip to main content

Module xml

Module xml 

Source
Available on crate features source-rest and source-xml only.

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.

Structs§

XmlStream
A configured XML API source that handles pagination and extraction.
XmlStreamConfig
Configuration for the XML source.

Enums§

FaucetError
All possible errors returned by faucet-stream.
XmlAuth
Authentication for XML API endpoints.
XmlPagination
Pagination configuration for XML APIs.

Traits§

Source
A source fetches records from an external system.