mochi-margo-sys

Crates.iomochi-margo-sys
lib.rsmochi-margo-sys
version0.1.0
sourcesrc
created_at2023-01-06 18:14:50.223034
updated_at2023-01-06 18:14:50.223034
descriptionFFI bindings for the Margo library
homepagehttps://github.com/mochi-hpc/mochi-rs-margo-sys
repositoryhttps://github.com/mochi-hpc/mochi-rs-margo-sys
max_upload_size
id752456
size6,417
Matthieu Dorier (mdorier)

documentation

README

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
Commit count: 6

cargo fmt