maya_t
maya_t
Hi, I saw the examples, but there is no way I can understand any of the code, for example, I want to make a container from an image, there is...
So I've been using the lib like so : ```sh user@computer: ~$ cat src/main.rs extern crate boondock; use boondock::Docker; fn main() { let docker = Docker::connect_with_defaults().unwrap(); } user@computer: ~$ #...
Hi there, first of all thanks for the work on those 3 crates, they're really coming handy when implementing SSH primitives ! About the interfaces for `ssh-cipher`, it seems like...
https://github.com/fristonio/docker.rs/blob/ed5a5bb8dfee356032719ebfe092d325f8ad7d54/src/client.rs#L102 The problem is that you use a println! in your code, so when I ask for version it prints out "Wrote all data to socket"
Hi there, Upon rewriting some of my `binrw`-using code with lifetimes, I stumbled upon some interesting issue with what the macro generates about `Vec` and lifetimes, mainly that they seem...
**Problem** _EDIT_: This initially mentioned the `leaflet` library, but upon testing more, I ended up minimizing the example even further and getting rid of `leaflet` while still getting inconsistencies with...