hikaru

Crates.iohikaru
lib.rshikaru
version0.1.2
sourcesrc
created_at2021-04-05 16:01:40.023699
updated_at2021-04-05 18:45:26.481078
descriptionDownload all games from Chess.com
homepagehttps://github.com/elibenporat/hikaru
repositoryhttps://github.com/elibenporat/hikaru
max_upload_size
id379370
size10,158
Eli Ben-Porat (elibenporat)

documentation

https://docs.rs/hikaru/

README

Hikaru

Hikaru (the library), is a simple wrapper around the chess.com API that makes it easy to download game data.

Usage

use hikaru::GameData;

let user_names = vec!["hikaru","GMHikaruOnTwitch"];
let games = GameData::download(user_names);
 
// Check out Hikaru's first game on Chess.com:
dbg!(&games[0]);
Commit count: 6

cargo fmt