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
- Host: GitHub
- URL: https://github.com/gluster/gfapi-sys
- Owner: gluster
- License: mit
- Created: 2015-06-30T16:27:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T14:47:26.000Z (about 4 years ago)
- Last Synced: 2025-04-12T08:52:22.803Z (about 1 year ago)
- Language: Rust
- Homepage: https://crates.io/crates/gfapi
- Size: 112 KB
- Stars: 5
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gfapi Rust Bindings [](https://travis-ci.org/gluster/Gfapi-sys) [](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!