//! An asynchronous, unofficial Wattpad API wrapper for Rust.
// Declare the modules that make up the library.
modclient;pubmodendpoints;pubmodfield;moderror;modmodel;pubmodtypes;modpagination;// Publicly export the primary types for easy use.
pubuseclient::WattpadClient;pubuseerror::WattpadError;