在浏览器中获取您的API
作者:Ana Gelez
使用旧的Rust 2015
#7 in #stdweb
4KB
Fetch为WASM项目提供实现。
Fetch
use canapi_stdweb::WebFetch; use my_api; fn main() { let user = my_api::users.get::<WebFetch>(1).expect("fetch user"); println!("{:?}", user); }
~4.5–6.5MB ~130K SLoC