Using arp-scan-rs as a library in Rust code
how to use it in my rust code, after add it in cargo.toml. and update, no arp something are found in my CLion
Hello @swithun-liu :wave: Although the project is listed on crates.io, the arp-scan-rs repository is for now intended as a binary-only project. Using this project as a library would be great, but requires some refactoring that is not planned for now.
@swithun-liu did you find any alternative that can be used as a lib?
I've got a work-in-progress branch that refactors arp-scan to work as a library that I'll propose a pull request for in a few days, once I've cleaned up a few things and re-implement tests.