1
0
Fork
You've already forked canapi-stdweb
0
Canapi Fetcher for StdWeb
  • Rust 100%
Find a file
2018年09月15日 21:04:14 +01:00
src Initial commit 2018年09月15日 21:01:24 +01:00
.gitignore Initial commit 2018年09月15日 21:01:24 +01:00
Cargo.toml Initial commit 2018年09月15日 21:01:24 +01:00
README.md Add README.md 2018年09月15日 21:04:14 +01:00

Canapi-StdWeb

Fetch implementation for WASM projects.

usecanapi_stdweb::WebFetch;usemy_api;fn main(){letuser=my_api::users.get::<WebFetch>(1).expect("fetch user");println!("{:?}",user);}