adzuna 1.0.2

An easy to use, asynchronous, and complete API wrapper for interacting with the Adzuna API
Documentation
[dependencies.async-trait]
version = "0.1.64"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

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

[dependencies.serde_json]
version = "1.0.91"

[dependencies.tokio]
features = ["full"]
version = "1"

[package]
authors = ["Kamui <fin-kamui@pm.me>"]
categories = ["api-bindings"]
description = "An easy to use, asynchronous, and complete API wrapper for interacting with the Adzuna API"
edition = "2021"
homepage = "https://github.com/kamui-fin/adzuna-rs"
keywords = ["adzuna", "jobs-api", "api-wrapper"]
license = "GPL-3.0-only"
name = "adzuna"
readme = "README.md"
repository = "https://github.com/kamui-fin/adzuna-rs"
version = "1.0.2"