0.1.14
Changelog
- Refactored the runner logic into it's own struct.
c0c5988 - Added more robust filtering of the irrelevant results from the output. Instead of using regex to check if a result has the same root domain as one of the input domains, vita now uses the addr crate which uses the Public Suffix List to reliably parse domain names. At the beginning of the execution vita will construct a collection of root domains from your input . It then checks each result's root domain against that collection, if that root domain is in the collection it will be returned in the output.
59b780e - Move over to tracing
ce0b76e - Process the results concurrently
https://github.com/junnlikestea/vita/blob/7db38da265be317b970e942308ee804affb7f2ac/src/lib.rs#L149-L171