26 stable releases
Uses new Rust 2024
| new 2.27.2 | Mar 7, 2026 |
|---|---|
| 2.27.1 | Mar 5, 2026 |
| 2.25.4 | Feb 28, 2026 |
#468 in Programming languages
Used in 2 crates
165KB
4K
SLoC
sevenmark-parser
Core parsing engine for SevenMark wiki markup.
Features
- SIMD-optimized parsing with winnow
- 50+ AST element types
- Optional location tracking (
include_locationsfeature)
Usage
use sevenmark_parser::core::parse_document;
let input = "**bold** and *italic*";
let ast = parse_document(input);
License
AGPL-3.0-only
Dependencies
~1.4–2.3MB
~56K SLoC