fetch-js 1.0.0-alpha.1

A fetch API implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "fetch-js"

version = "1.0.0-alpha.1"

edition = "2021"

authors = ["Alex Chen <m.ac.alexchen@outlook.com>"]

description = "A fetch API implementation in Rust"

readme = "README.md"

license = "MIT"

license-file = "LICENSE"

repository = "https://github.com/acalexchen/fetch-js"



[dependencies]

tokio = { version = "^1.43.0", features = ["full"], optional = true }



[features]

tokio-fetch = ["tokio"]