html-page 0.4.1

Represent HTML using Rust types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
all: clippy build test deny

clippy:
	cargo clippy -- --deny=clippy::all

build:
	cargo build --all-targets

test:
	cargo test

deny:
	cargo deny check