http-stat 0.6.1

httpstat visualizes curl(1) statistics in a way of beauty and clarity.
Documentation
lint:
	typos
	cargo clippy --all-targets --all -- --deny=warnings

dev:
	cargo run --bin httpstat -- https://www.cloudflare.com/

bloat:
	cargo bloat --release --crates

fmt:
	cargo fmt

outdated:
	cargo outdated

test:
	cargo test

msrv:
	cargo msrv list

release:
	cargo build --release