swapi_client 0.1.0

Rust client for Star Wars API (https://swapi.co/)
Documentation
[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0.130"

[dependencies.serde_json]
version = "1.0"

[package]
authors = ["Jensen Wijaya <weiztech@gmail.com>"]
description = "Rust client for Star Wars API (https://swapi.co/)"
edition = "2018"
license = "MIT"
name = "swapi_client"
version = "0.1.0"