any_payload.rs |
Data provider always serving the same struct. |
4033 |
either.rs |
Helpers for switching between multiple providers. |
3232 |
empty.rs |
Empty data provider implementations.
Use [`EmptyDataProvider`] as a stand-in for a provider that always fails. |
2940 |
fallback |
|
|
filter |
|
|
fork |
|
|
helpers.rs |
|
457 |
lib.rs |
Adapters for composing and manipulating data providers.
- Use the [`fork`] module to marshall data requests between multiple possible providers.
- Use the [`either`] module to choose between multiple provider types at runtime.
- Use the [`filter`] module to programmatically reject certain data requests.
- Use the [`fallback`] module to automatically resolve arbitrary locales for data loading. |
1210 |