my-gym-data-rust-parser 0.2.0

A Rust parser for my gym data log
Documentation
run:
	cargo run -- parse --file input.txt


help:
	cargo run -- help


credits:
	cargo run -- credits


build:
	cargo build


test:
	cargo test


clippy:
	cargo clippy


format:
	cargo fmt