cmark-writer 0.1.4

A CommonMark writer implementation in Rust for serializing AST nodes to CommonMark format
Documentation
[lib]
name = "cmark_writer"
path = "src/lib.rs"

[package]
authors = ["Hong Jiarong"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "parser-implementations"]
description = "A CommonMark writer implementation in Rust for serializing AST nodes to CommonMark format"
edition = "2021"
keywords = ["markdown", "commonmark", "writer", "serializer"]
license = "MIT"
name = "cmark-writer"
readme = "README.md"
repository = "https://github.com/hongjr03/cmark-writer"
version = "0.1.4"

[[test]]
name = "ast_test"
path = "tests/ast_test.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[[test]]
name = "writer_test"
path = "tests/writer_test.rs"