Is your feature request related to a problem? Please describe.
Now that RustScan is a library #562 🥳 , I tried using it as a basic scanner with CIDR's, and realized you already have an implementation of this, but it is not exposed publicly in the library as it only takes in a Vec<IpAddr>.
Describe the solution you'd like
I would like for the function parse_address and other related functions such as parse_addresses to be moved to a public library module.
This enables library users to more easily create Scanners.
Describe alternatives you've considered
None
Additional context
Is your feature request related to a problem? Please describe.
Now that RustScan is a library #562 🥳 , I tried using it as a basic scanner with CIDR's, and realized you already have an implementation of this, but it is not exposed publicly in the library as it only takes in a
Vec<IpAddr>.Describe the solution you'd like
I would like for the function
parse_addressand other related functions such asparse_addressesto be moved to a public library module.This enables library users to more easily create
Scanners.Describe alternatives you've considered
None
Additional context