arp-scan-rs icon indicating copy to clipboard operation
arp-scan-rs copied to clipboard

Using arp-scan-rs as a library in Rust code

Open swithun-liu opened this issue 2 years ago • 3 comments

how to use it in my rust code, after add it in cargo.toml. and update, no arp something are found in my CLion

swithun-liu avatar Mar 11 '23 11:03 swithun-liu

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.

Saluki avatar Apr 28 '23 20:04 Saluki

@swithun-liu did you find any alternative that can be used as a lib?

milewski avatar Oct 27 '23 07:10 milewski

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.

AdamIsrael avatar Dec 28 '23 02:12 AdamIsrael