bigdogs

Results 9 comments of bigdogs

Hi, I found same issue, this is not working for i686-pc-windows-msvc-target. with latest 1.5 version ``` LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library...

@ChrisDenton Thanks for your crates, 2.0 is works perfectly, it's save my day

Seems the reason is "getifaddrs" is not available until android 24, and my build target is android 21 :( there are some custom "C" implementations that can be used, is...

I have same problem too :(

Any new progress for this issue?

Hi, @EstebanBorai [thiserror](https://docs.rs/thiserror/latest/thiserror/) can wrap an error type, I think we can add a new enum item for std io error ``` #[error("some description here...")] IOError(#[from] std::io::Error), ``` Coverting `last_os_error`...

Sounds good to me 👍

我也遇到了。 软件挺好用的, 就是一天隔三岔五的得崩溃几次