api-fetch 0.6.1

Alias for better-fetch — typed HTTP client on reqwest (same API, alternate crate name).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "api-fetch"
description = "Alias for better-fetch — typed HTTP client on reqwest (same API, alternate crate name)."
version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
authors.workspace = true
repository.workspace = true
readme = "README.md"
publish = true

[dependencies]
better-fetch = { path = "../better-fetch", version = "0.6.1", default-features = true }

[lints]
workspace = true