film_parser 0.1.1

A Rust application for parsing detailed film data from raw text, including information such as title, release year, director, screenwriter, cast, genre, and runtime, into a structured Film struct for easy data analysis and retrieval.
Documentation
run:
	cargo run


run-with-args:
	cargo run -- $(ARGS)


test:
	cargo run -- test


help:
	cargo run -- help


help:
	cargo run -- help


fmt:
	cargo fmt --all


clippy:
	cargo clippy


clean:
	cargo clean