themeparks

Crates.iothemeparks
lib.rsthemeparks
version0.1.1
sourcesrc
created_at2022-10-05 12:40:44.807156
updated_at2022-10-05 13:07:37.074555
descriptionRust Theme Parks Wiki V1 API client
homepage
repositoryhttps://github.com/macedo/themeparks-rust
max_upload_size
id680511
size11,665
Rafael Macedo (macedo)

documentation

README

Theme Parks Wiki Rust Client

A Rust client for the Theme Parks Wiki V1 API.

Documentation

Usage

use themeparks::themeparks::Client;

let client = Client::new();
let destinations = client.destinations().list_destinations().unwrap().data.unwrap();

Contributing

Contibutions are welcomed. Please open an issue to discuss the changes before opening a PR.

License

This is Free Software distributed under the MIT license.

Commit count: 12

cargo fmt