Skip to content

Commit d739fc1

Browse files
committed
docs: add RULES.md with links to vastlint.org/docs/rules/ for each rule
1 parent 102bd0c commit d739fc1

2 files changed

Lines changed: 170 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# vastlint-go
22

3-
**In-process VAST XML validation for Go ad servers.** Drop it into your bidder, SSP, or ad quality pipeline and start catching broken tags before they cost you revenue.
3+
**High-performance, in-process VAST XML validation for Go ad servers.** Drop it into your bidder, SSP, or ad server for realtime creative validation — pre-bid rejection, async quality monitoring, or cache-backed creative scoring at scale.
44

5-
Backed by [vastlint](https://github.com/aleksUIX/vastlint)108 rules across IAB VAST 2.0 through 4.3, written in Rust, called directly from Go via CGo. No sidecar, no network hop, no Rust toolchain required.
5+
Backed by [vastlint](https://github.com/aleksUIX/vastlint)a zero-dependency Rust core that also powers the [Elixir/Erlang NIF](https://github.com/aleksUIX/vastlint-erlang) and WASM npm package. 118 rules across IAB VAST 2.0 through 4.3, called directly from Go via CGo. No sidecar, no network hop, no Rust toolchain required.
66

7-
**Website & docs:** [VAST tag validator](https://vastlint.org) · **Rule reference:** [VAST error rule reference](https://vastlint.org/docs/rules) · **Web validator:** [validate VAST online](https://vastlint.org/validate)
7+
**Website & docs:** [VAST tag validator](https://vastlint.org) · **Rule reference:** [VAST error rule reference](https://vastlint.org/docs/rules) · [RULES.md](RULES.md) · **Web validator:** [validate VAST online](https://vastlint.org/validate)
88

99
```sh
1010
go get github.com/aleksUIX/vastlint-go

0 commit comments

Comments
 (0)