libcmark-gfm raw bindings


Rust wrapper for libcmark-gfm, GitHub's fork of the reference parser for CommonMark. For more information on available extensions, see the documentation.

Requirements

As this crates build itself libcmark-gfm from source, you don't need to have libcmark-gfm already installed. You need cmake and you will need to meet bindgen requirements.

License

MIT