4个版本
0.1.4 | 2020年6月8日 |
---|---|
0.1.3 | 2020年4月28日 |
0.1.2 | 2020年4月27日 |
0.1.1 | 2020年4月27日 |
#995 在 WebAssembly
8KB
159 行
银色表面
专为用于卡牌游戏而设计。
银色表面是surf的包装器,用于消除surf使用的构建器模式,并用配置结构体替换它。如果想要为Web构建但不使用wasm-bindgen,可以选择启用stdweb包装器。
let res = call::<()>(Config {
url: "your_url".into(),
method: Method::Get,
body: None,
headers: None,
}).json::<YourStruct>().await;
依赖项
~0.4–12MB
~148K SLoC