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.
- XmlStream
Config - Configuration for the XML source.
Enums§
- Faucet
Error - 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.