streamdown-core 0.1.0

Core types, traits, and error definitions for streamdown
Documentation
streamdown-core-0.1.0 has been yanked.

Streamdown Core

This crate provides core types, traits, and error definitions for the streamdown markdown renderer.

Overview

The core crate contains:

  • [ParseState] - The main state machine for streaming markdown parsing
  • [Code], [ListType], [TableState], [BlockType], [EmitFlag] - State enums
  • [StreamdownError] - Error types
  • [Position], [Span] - Source location types