hyperparse 0.1.0

A HyperText Markup Language (HTML) parser written in Rust. (WIP)
Documentation

[package] name = "your_package_name" version = "0.1.0" edition = "2021"

description = "Your project description goes here" license = "MIT" # Replace with the appropriate license type

The remaining fields in the [package] section...

The [dependencies] and other sections...

The [build-dependencies] and other sections...

The [dev-dependencies] and other sections...