| Crates.io | streamdown-syntax |
| lib.rs | streamdown-syntax |
| version | 0.1.3 |
| created_at | 2025-12-31 20:22:40.33848+00 |
| updated_at | 2025-12-31 21:04:45.663785+00 |
| description | Syntax highlighting for streamdown via syntect |
| homepage | |
| repository | https://github.com/fed-stew/streamdown-rs |
| max_upload_size | |
| id | 2015293 |
| size | 41,874 |
Syntax highlighting for the streamdown streaming markdown renderer.
Provides syntax highlighting via syntect:
[dependencies]
streamdown-syntax = "0.1"
use streamdown_syntax::Highlighter;
let highlighter = Highlighter::new();
let highlighted = highlighter.highlight("fn main() {}", "rust");
println!("{}", highlighted);
All languages supported by syntect, including:
This is a component of streamdown-rs, a streaming markdown renderer for modern terminals.
MIT