reqwest-cross 0.5.1

Wrapper around reqwest for use in both native and wasm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[jobs.check]
command = ["cargo", "check", "--features=yield_now,egui"]
need_stdout = true

[jobs.clippy]
command = ["cargo", "clippy", "--features=yield_now,egui"]
need_stdout = true

[jobs.test_examples]
command = ["cargo", "test", "--features=yield_now,egui", "--examples"]
need_stdout = true

[keybindings]
e = "job:test_examples"