Stepan
Stepan
assuming you know (top, left, width, height) of the area, you can change the [example](https://github.com/quadrupleslap/scrap/blob/master/examples/screenshot.rs) to limit the bytes stored in data array to those in the area: ``` let...
doesn't seem there is an API for that yet, but method `frame` can be updated to accept an optional `Rect` argument I think 
@ondrowan thanks for your reply When I try to run this piece of code ``` let q = r#" upsert { query { v as var(func: type(Message)) } mutation {...
getting the same error with ``` surf = "2.1.0" async-std = { version = "1.6.3" } ``` `client.head("http://192.168.2.12:8080/file.car").recv_string().await?`