1
0
mirror of https://github.com/gluster/glusterfs.git synced 2026-02-06 09:48:44 +01:00
Files
glusterfs/doc/developer-guide/Language-Bindings.md
kshithijiyer 2eaf8e846a Fixing formatting errors in markdown files
There are a lot of fromatting error is markdown
files peresent under /doc directiory of the project.
Fixing formatting errors and sending a patch.

Fixes: bz#1718273
Change-Id: I08f938088bbaaafddf634f73616ea0dbfe7aedf3
Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
2019-06-08 05:45:35 +00:00

1.2 KiB

Language Bindings

GlusterFS 3.4 introduced the libgfapi client API for C programs. This page lists bindings to the libgfapi C library from other languages.

Go

  • gogfapi - Go language bindings for libgfapi, aiming to provide an api consistent with the default Go file apis.

Java

Python

Ruby

Rust

  • gfapi-sys - Libgfapi bindings for Rust using FFI

Perl