mdstream 0.3.0

Streaming-first Markdown middleware for LLM output (committed + pending blocks, render-agnostic).
Documentation
[package]

name = "mdstream"

version = "0.3.0"
description = "Streaming-first Markdown middleware for LLM output (committed + pending blocks, render-agnostic)."

readme = "../README.md"

edition = "2024"

rust-version = "1.85"

authors = ["Mingzhen Zhuang <superfrankie621@gmail.com>"]

license = "MIT OR Apache-2.0"

repository = "https://github.com/Latias94/mdstream"

homepage = "https://github.com/Latias94/mdstream"

documentation = "https://docs.rs/mdstream"

keywords = ["markdown", "streaming", "llm", "incremental", "parser"]

categories = ["text-processing", "parsing"]

exclude = ["repo-ref/**"]



[dependencies]

pulldown-cmark = { version = "0.13.4", optional = true }



[dev-dependencies]

criterion = "0.7.0"

proptest = { version = "1.11.0", default-features = false, features = ["std"] }



[features]

default = []

pulldown = ["dep:pulldown-cmark"]

sync = []



[package.metadata.docs.rs]

all-features = true



[[bench]]

name = "streaming"

harness = false