aboutsummaryrefslogtreecommitdiffstats
path: root/src/unist.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for serializing trees as JSONLibravatar Kyle McCarthy2023-01-031-0/+2
| | | | | | | | | This adds support for serializing the mdast syntax tree as JSON, with serde, through a feature. Closes GH-10. Related-to GH-30. Closes GH-37.
* Add a lot of tests on how mdast, unist workLibravatar Titus Wormer2022-10-131-1/+4
|
* Add a couple tests for `Debug` on unist interfacesLibravatar Titus Wormer2022-10-131-0/+23
|
* Add support for turning mdast to hastLibravatar Titus Wormer2022-09-281-0/+75