aboutsummaryrefslogtreecommitdiffstats
path: root/src/unist.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-03Add support for serializing trees as JSONLibravatar Kyle McCarthy1-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.
2022-10-13Add a lot of tests on how mdast, unist workLibravatar Titus Wormer1-1/+4
2022-10-13Add a couple tests for `Debug` on unist interfacesLibravatar Titus Wormer1-0/+23
2022-09-28Add support for turning mdast to hastLibravatar Titus Wormer1-0/+75