You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added DNS lookup using Google DNS, refactored IP code (#246)
* Added DNS lookup using Google DNS, refactored IP code
* fixed comments & cargo fmt
* Fixed code review comments, added tests, removed unwrap() panics
* Added assertion to test
socket_iterator: use itertools.iproducts for ip x ports set (#231)
Replace the current manual iterator-like implementation
with the call to the itertools.iproduct macro
to generate the cartesian product of the IPs and ports.
stdlib reference:
https://docs.rs/itertools/0.9.0/itertools/macro.iproduct.html
Co-authored-by: Bee <10378052+bee-san@users.noreply.github.com>