High-performance wiki markup parser for SevenWiki.
- Parser: SIMD-optimized (winnow), 50+ element types, location tracking
- Transform: Variable substitution, includes, media resolution
- Server: REST API with PostgreSQL, Swagger UI
- WASM: Browser/Node.js builds with CodeMirror support
| Crate | Description |
|---|---|
sevenmark-parser |
Core parsing engine (standalone) |
sevenmark-utils |
Shared utilities |
sevenmark-wasm |
WebAssembly bindings |
sevenmark-html |
HTML renderer |
sevenmark-transform |
AST preprocessing/postprocessing |
sevenmark-server |
REST API server |
cargo xtask publish-dry # Dry run
cargo xtask publish # Publish to crates.ioApache-2.0