Adding pixivrs library as a dependency

Run this command in a terminal, in your project's directory:

cargo add pixivrs

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

pixivrs = "0.1.0"

The pixivrs library will be automatically available globally. Read the pixivrs library documentation.

Back to the crate overview.