liranringel / ipconfig

Get network adapters information for windows (written in Rust).
Apache License 2.0
38 stars 15 forks source link

Support physical address #11

Closed glebpom closed 6 years ago

liranringel commented 6 years ago

FYI, I have a plan to do a breaking change, returning slices instead of Vecs, &strs instead of Strings. I guess you submit PRs because you use this crate. Do you prefer that I'll make a release with your changes before the breaking changes? The break is small anyways but I don't mind.

glebpom commented 6 years ago

@liranringel yes, I think it makes sense to release this changes at first. BTW, are you going to bump minor version with this incompatible changes?

liranringel commented 6 years ago

Yes, don't worry :) I'm aware to semver.