pulldown-cmark-escape 0.11.0

An escape library for HTML created in the pulldown-cmark project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "pulldown-cmark-escape"
version = "0.11.0"
authors = [
    "Raph Levien <raph.levien@gmail.com>",
    "Marcus Klaas de Vries <mail@marcusklaas.nl>",
]
license = "MIT"
description = "An escape library for HTML created in the pulldown-cmark project"
repository = "https://github.com/raphlinus/pulldown-cmark"
keywords = ["escape", "html", "markdown", "commonmark"]
categories = ["text-processing"]
edition = "2021"
rust-version = "1.70" # Update README.md and GitHub action when changing this
readme = "./README.md"

[features]
simd = []