bee-san/RustScan

Rustcan API Library is too noisy in stdout

Open

#706 opened on Nov 26, 2024

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Rust (1,284 forks)batch import
good first issue

Repository metrics

Stars
 (19,268 stars)
PR merge metrics
 (Avg merge 44d 20h) (5 merged PRs in 30d)

Description

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 :)

Contributor guide