html-page 0.4.0

Represent HTML using Rust types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "html-page"
version = "0.4.0"
edition = "2021"
authors = [
  "Lars Wirzenius <liw@liw.fi>",
]
license = "MIT-0"
description = "Represent HTML using Rust types"
repository = "https://gitlab.com/larswirzenius/html-page"

[dependencies]
html-escape = "0.2.13"