ARP and SYN network scanning library, cli, and ui written in rust! This is the rust version of go-lanscan
Table of contents
Prerequisites
- install llvm-cov
cargo +stable install cargo-llvm-cov --locked
Run tests
# Run all tests
cargo test
# Run all tests and print coverage
cargo llvm-cov
# Run all tests and generate html report
cargo llvm-cov --html
# Run tests for specific project
cargo test -p r-lanlib