markdoc 0.1.0

A Rust implementation of Markdoc parsing and rendering
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[lib]
name = "markdoc"
path = "src/lib.rs"

[package]
authors = ["Argbet <argbet21@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A Rust implementation of Markdoc parsing and rendering"
edition = "2021"
license = "MIT"
name = "markdoc"
readme = false
version = "0.1.0"