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