bob chen
bob chen
I write like this: ```rust let mut stream = docker_client.create_image(Some(CreateImageOptions{ from_image: "hello-world", ..Default::default() }), None, None); HyperResponse::new(HyperBody::wrap_stream(stream)) ``` error: ``` the trait `From` is not implemented for `hyper::body::Bytes` | =...
How to call node api and electron api?
```rust (*output1).DuplicateOutput( &mut **device, &mut duplication ) ``` ``` trait `DerefMut` is required to modify through a dereference, but it is not implemented for `ID3D11Device` ``` this error occur with...
看代码master调整的不少, 大概什么时候发布新版
curl_getinfo function's second argument is optional , when I want get all curl info, I can't do it, so I think getOpt function is also.
增加了linux下支持