Pixiv API Rust Client
This is a Rust client library for interacting with Pixiv API, providing authentication, network requests and other features.
Features
- OAuth2 password credential authentication
- Automatic token refresh
- Support for multiple runtimes (tokio/async-std/smol)
- Comprehensive error handling
- Detailed logging
- SNI bypass support (for bypassing network restrictions)
Quick Start
use AuthClient;
async