messense / if-addrs

Retrieve IP addresses for all interfaces. POSIX & Windows
BSD 3-Clause "New" or "Revised" License
22 stars 15 forks source link

Fix windows compilation (Closes #3) #4

Closed willstott101 closed 3 years ago

willstott101 commented 3 years ago

These are just the easy pickings.

Missing/incorrect use statements, and some missing features in Cargo.toml

This still doesn't compile on windows: https://ci.appveyor.com/project/willstott101/if-addrs/builds/35244539

messense commented 3 years ago

Thanks, I didn't test Windows because I don't own a Windows machine, help appreciated!

messense commented 3 years ago

I've added Windows CI to this repo.

messense commented 3 years ago

Looks like it works now, can you give it a try? I'll release a new version later.