GGist / ssdp-rs

Simple Service Discovery Protocol In Rust
Apache License 2.0
42 stars 13 forks source link

ssdp does not compile on stable Rust #47

Open ssnover opened 3 years ago

ssnover commented 3 years ago

ssdp fails to compile with stable Rust because of the ip feature has yet to be stabilized. I see this crate is no longer maintained, but would the maintainer be willing to accept a PR and bump the version on crates.io for a change which would pull in the relevant APIs which aren't stable Ipv6Addr::is_global() and redefine the functionality in this crate in order to allow compiling on stable?

When the APIs are stabilized that hack could be removed, but for now it appears they're kind of stuck in limbo: https://github.com/rust-lang/rust/pull/66584

fschaupp commented 5 months ago

At least a install/setup hint in the repo would be great...