rust-pcap / pcap

Rust language pcap library
Apache License 2.0
598 stars 138 forks source link

Remove unique.rs #224

Closed Wojtek242 closed 2 years ago

Wojtek242 commented 2 years ago

I was looking through some old issues and from #5 it seems that unique.rs only exists, because it was unstable many years ago. I assume, it is not unstable anymore.

Wojtek242 commented 2 years ago

Actually it still is nightly only: http://web.mit.edu/rust-lang_v1.25/arch/amd64_ubuntu1404/share/doc/rust/html/std/ptr/struct.Unique.html

Stargateur commented 2 years ago

Unique has been removed since a lot of time, I think NonNull should work perfectly https://doc.rust-lang.org/std/ptr/struct.NonNull.html