mdstream 0.3.0

Streaming-first Markdown middleware for LLM output (committed + pending blocks, render-agnostic).
Documentation
1
2
3
4
5
mod boundary_registry;
mod pending_transformers;

pub(crate) use boundary_registry::BoundaryRegistry;
pub(crate) use pending_transformers::PendingTransformers;