derust

Results 5 issues of derust

``` error: failed to run custom build command for `ring v0.16.20` Caused by: process didn't exit successfully: `/Users/m1/.../target/release/build/ring-5100f9369a354546/build-script-build` (exit status: 101) --- stdout OPT_LEVEL = Some("3") TARGET = Some("x86_64-unknown-linux-gnu") HOST...

I'm new to rust, and try to start play with juniper, the experience is really nice, thank for your great job. I'm currently use juniper_hyper since juniper_iron seems not support...

support
k::integration

`Access to fetch at 'https://api.cloudflare.com/client/v4/zones' from origin 'http://lo:8000' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the...

``` let req = ListZones { params }; let resp: Vec = self.api_client.request_handle(&req).await?.result; //this fail with: error decoding response body: invalid type: null, expected a string at line 1 column...

I use the data struct in README, It works great. But when I try to add more data type like Ipv4Addr and Vec , which implement FromJava already, none of...