surf 2.1.0

Surf the web - HTTP client framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
/// Uncomment to run this example in wasm.
// TODO(yoshuawuyts): properly feature flag this example

// use surf;
// use wasm_bindgen::prelude::*;

// #[wasm_bindgen(start)]
// pub fn main() {
//     println!("Hello wasm");
// }
fn main() {}