libpixiv 0.2.0

pixiv.net API client library
Documentation
1
2
3
4
5
6
7
8
9
{ pkgs ? import <nixpkgs> {}, lib ? pkgs.lib }:

pkgs.mkShell {
  name = "cdnindex shell";
  buildInputs = with pkgs; [openssl];
  nativeBuildInputs = with pkgs; [sccache rustc cargo rustfmt clippy pkg-config rust-analyzer]; 

  PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig";
}