#native-bindings #cmark #libcmark #rcmark

sys libcmark-sys

Native bindings to the libcmark library

1 unstable release

Uses old Rust 2015

0.1.0 Jun 2, 2015

#8 in #cmark


Used in rcmark

Apache-2.0/MIT

585KB
25K SLoC

C 21K SLoC // 0.0% comments Bitbake 2.5K SLoC Python 655 SLoC // 0.4% comments OCaml 231 SLoC Rust 175 SLoC // 0.1% comments Lua 166 SLoC Racket 158 SLoC // 0.0% comments Perl 21 SLoC C++ 12 SLoC Ruby 11 SLoC Batch 1 SLoC Shell 1 SLoC

rcmark

cmark bindings for Rust.

Building

You'll need CMake and pkg-config installed first, unless you already have libcmark installed somewhere. Then, just run:

$ cargo build

Dependencies