macnetmon 0.1.3

Network interface bandwidth monitor for macOS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.PHONY: lint build update

lint:
	cargo fmt --check
	cargo clippy --all-targets --all-features -- -D warnings
	cargo check --release --locked

build:
	cargo build --release
	ls -lh target/release/macnetmon

update:
	# cargo install cargo-edit (if not installed)
	cargo upgrade -i