Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uasi/crustmark


https://github.com/uasi/crustmark

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# CrustMark

A work-in-progress Markdown implementation written in Rust.

It defines the syntax using a parsing expression grammer (PEG),
which is shamelessly adapted from John MacFarlane's
[peg-markdown](https://github.com/jgm/peg-markdown).