Rustcan API Library is too noisy in stdout
Author: bee-sanCreated Nov 26, 2024Updated Jul 13, 2026
Labelsgood first issue
When using the API: https://docs.rs/rustscan/latest/rustscan/
It prints out to STD:OUT
Preferably we do not do this, instead it should detect whether it's run as the CLI or the library and not print :)
Source: bee-san/RustScan