Expand description
An asynchronous, unofficial Wattpad API wrapper for Rust.
Modules§
- endpoints
- Contains the client implementations for various categories of API endpoints.
- field
- Defines the field enums used for type-safe field selection in API requests.
- types
- Defines the public type aliases for the data structures returned by API endpoints.
Macros§
- impl_
field_ display - Implements
std::fmt::Display
for a field enum with complex (nested) variants.
Structs§
- Wattpad
Client - The main asynchronous client for interacting with the Wattpad API.
Enums§
- Wattpad
Error - The primary error type for all operations in the
wattpad
crate.