html_simple_parser 0.1.1

A simple parser for html files to extract tags, child tags, attributes, etc.
Documentation
format:
	cargo fmt


clippy:
	cargo clippy


run: 
	cargo run -- parse $(FILE)


test:
	cargo test 


build:
	cargo build


help:
	cargo run -- --help


credits:
	cargo run credits


parse: 
	cargo run -- parse $(FILE)