An open API service indexing awesome lists of open source software.

https://github.com/gluster/gfapi-sys

libgfapi FFI bindings for Rust
https://github.com/gluster/gfapi-sys

Last synced: about 1 year ago
JSON representation

libgfapi FFI bindings for Rust

Awesome Lists containing this project

README

          

# Gfapi Rust Bindings [![Build Status](https://travis-ci.org/gluster/Gfapi-sys.svg?branch=master)](https://travis-ci.org/gluster/Gfapi-sys) [![Docs](https://docs.rs/gfapi-sys/badge.svg)](https://docs.rs/gfapi-sys)
The gfapi-sys crate provides declarations and linkage for the
Gluster gfapi C library.

Higher level safe abstractions are provided by the gluster.rs file. These safe bindings are only partially implemented.
For an example of how to use the bindings please see the [examples](https://github.com/gluster/Gfapi-sys/tree/master/examples) directory.

Note: These bindings will fail to build with Glusterfs 3.x series

# Projects written with Gfapi-sys

Here is a list of known projects using gfapi-sys:

* [Preserve](https://github.com/cholcombe973/preserve)

For information on how to use this library see: https://gluster.readthedocs.org/en/latest/Features/libgfapi/

Want to add your project here? Create a pull request for it!