mochi-margo-sys 0.1.0

FFI bindings for the Margo library
docs.rs failed to build mochi-margo-sys-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

margo-sys

This Rust library provides a FFI bindings to the mochi-margo library.

Requirements

This crate requires margo (see instructions here) and clang (see instructions here). Margo must be loaded (this crate uses pkg-config to locate its library and headers).

For example, on Debian and with Spack, the following can be used.

$ spack install mochi-margo
$ spack load mochi-margo
$ sudo apt install llvm-dev libclang-dev clang
$ git clone https://github.com/mochi-hpc/mochi-rs-margo-sys.git
$ cd mochi-rs-margo-sys
$ cargo build