task_list_parser 0.1.5

A Rust-based parser for task lists with priority, status, date, and description fields.
Documentation
1
2
3
4
5
6
7
8
9
10
11
format:
	cargo fmt


lint:
	cargo clippy


test:
	cargo test


run:
	cargo run -- --file test.txt