rscanner 0.5.0

Fast scan network by sending icmp, tcp, udp packets, inspired by nmap but doesn't depend on nmap
Documentation
1
2
3
4
5
6
7
8
9
.PHONY: check
check:
	cargo fmt
	cargo tomlfmt
	cargo clippy
	cargo install --locked cargo-outdated
	cargo outdated -R
	cargo install cargo-udeps --locked
	cargo +nightly udeps