pulldown-cmark 0.0.5

A pull parser for CommonMark
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "pulldown-cmark"
version = "0.0.5"
authors = [ "Raph Levien <raph@google.com>" ]
license = "MIT"
description = "A pull parser for CommonMark"
repository = "https://github.com/google/pulldown-cmark"

[[bin]]
name = "pulldown-cmark"
doc = false

[dependencies]
getopts = "0.2"
bitflags = "0.3"