Crate pixrs

Source
Expand description

Implments Rust API to Pixiv.

§Features

  • rustls-tls: Enables the rustls-tls feature of reqwest.

Re-exports§

pub use crate::error::Error;
pub use crate::types::*;

Modules§

error
Error types.
types
Types for the API.

Structs§

PixivClient
The client to send Pixiv API requests.

Type Aliases§

Result
A Result alias where the Err case is pixrs::Error.