http-stat 0.5.14

httpstat visualizes curl(1) statistics in a way of beauty and clarity.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
lint:
	typos
	cargo clippy --all-targets --all -- --deny=warnings

bloat:
	cargo bloat --release --crates

outdated:
	cargo outdated

test:
	cargo test

msrv:
	cargo msrv list

release:
	cargo build --release