sevenmark_ast 2.26.2

AST types for SevenMark wiki markup
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# sevenmark-ast


AST types and traversal utilities for SevenMark wiki markup.

[![Crates.io](https://img.shields.io/crates/v/sevenmark-ast.svg)](https://crates.io/crates/sevenmark-ast)
[![License](https://img.shields.io/badge/license-AGPL--3.0--only-blue.svg)](https://github.com/sevenwiki/sevenmark/blob/main/LICENSE)

## Features


- 50+ element types (`Element` enum)
- `Traversable` trait for recursive AST walking
- Optional location tracking (`include_locations` feature)

## License


AGPL-3.0-only