Crates.io | cmark-gfm-sys |
lib.rs | cmark-gfm-sys |
version | 0.29.0 |
source | src |
created_at | 2019-06-23 21:48:29.766501 |
updated_at | 2019-06-26 07:50:22.332207 |
description | Rust's raw bindings of libcmark-gfm |
homepage | |
repository | https://github.com/HelloEdit/rust-cmark-gfm/tree/master/cmark-gfm-sys |
max_upload_size | |
id | 143069 |
size | 1,415,630 |
Rust wrapper for libcmark-gfm
, GitHub's fork of the reference parser for CommonMark.
For more information on available extensions, see the documentation.
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.
MIT