Crates.io | themeparks |
lib.rs | themeparks |
version | 0.1.1 |
source | src |
created_at | 2022-10-05 12:40:44.807156 |
updated_at | 2022-10-05 13:07:37.074555 |
description | Rust Theme Parks Wiki V1 API client |
homepage | |
repository | https://github.com/macedo/themeparks-rust |
max_upload_size | |
id | 680511 |
size | 11,665 |
A Rust client for the Theme Parks Wiki V1 API.
use themeparks::themeparks::Client;
let client = Client::new();
let destinations = client.destinations().list_destinations().unwrap().data.unwrap();
Contibutions are welcomed. Please open an issue to discuss the changes before opening a PR.
This is Free Software distributed under the MIT license.