ammonia 4.0.0

HTML Sanitization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: rust
cache: cargo
rust:
 - beta
 - stable
 - 1.41.1

branches:
 only:
  - master
  - staging
  - trying

env:
  - RUSTFLAGS='--cfg ammonia_unstable'
  - RUSTFLAGS=''