html_forge 0.1.0-a

A robust and efficient HTML parsing library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "html_forge"
version = "0.1.0-a"
edition = "2021"
description = "A robust and efficient HTML parsing library for Rust"
authors = ["benodiwal <sachinbeniwal0101@gmail.com>"]
repository = "https://github.com/benodiwal/html_forge"
license = "MIT"
readme = "README.md"
keywords = ["html", "dom", "parser"]
categories = ["parsing", "web-programming"]

[dependencies]