bk-rs / ssh-rs

https://docs.rs/async-ssh2-lite
Apache License 2.0
56 stars 19 forks source link

Windows compilation #2

Closed priexp closed 4 years ago

priexp commented 4 years ago

Hi, version 0.1.3 does not compile under Windows(rustc v1.45.2, stable-x86_64-pc-windows-msvc toolchain). Compiler is complaining about trait FromRawSocket is not in scope and sugests to import std::os::windows::prelude::FromRawSocket. Greetings.

fix_windows_compilation.zip

vkill commented 4 years ago

Sorry for the late reply, this is my mistake, Actually I did not build and test on window. Thanks again for your PR.