flamelens 0.2.0

Flamegraph viewer in the terminal
Documentation
1
2
3
4
5
6
7
lint:
	cargo fmt --check
	cargo clippy --all-features -- -Dwarnings

test:
	cargo test
	cargo test --all-features