Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
/ wanikani.rs Public archive

Unofficial API client for the WaniKani REST API.

License

Notifications You must be signed in to change notification settings

valeth/wanikani.rs

Repository files navigation

pipeline status crates.io

wanikani.rs

Unofficial API client for the WaniKani REST API.

Installation

Add this to your Cargo.toml:

[dependencies]
wanikani = "0.1"

Examples

Examples can be found in the examples/ directory in this repository.