#ffi #groonga #ruroonga

sys groonga-sys

A Rust language binding for Groonga

4 releases (2 breaking)

Uses old Rust 2015

0.3.1 Sep 15, 2016
0.3.0 Sep 15, 2016
0.2.0 Aug 31, 2016
0.1.0 Dec 25, 2015

#4 in #groonga


Used in ruroonga

Custom license

120KB
2.5K SLoC

Ruroonga

Build Status Build status

Documentation

A Rust lang binding for Groonga.

Rust + Groonga = Ruroonga!

Target Rust Version

  • 1.11.0 or later.

Dependencies

  • Groonga 6.0.8 or later.

Japanese pronunciation

Ruroonga(るーるんが)

For Windows

If you try to use this crate on Windows, please set the following environment variables:

* GROONGA_INCLUDE_DIR
* GROONGA_LIB_DIR
* GROONGA_BIN_DIR

If you install Groonga in C:\Groonga, above variables should set like this:

PS> $Env:GROONGA_INCLUDE_DIR = "C:\Groonga\include"
PS> $Env:GROONGA_LIB_DIR = "C:\Groonga\lib"
PS> $Env:GROONGA_BIN_DIR = "C:\Groonga\bin"

For now, Groonga project does not provide MSVC compatible executables and binaries, you should use x86_64-pc-windows-gnu target instead of x86_64-pc-windows-msvc.

If you use rustup, execute the following command:

PS> rustup default stable-gnu

If you want to use x86_64-pc-windows-msvc target, please try to compile Groonga with MSVC by yourself. In more detail, please refer to the build from source section for Windows.

LICENSE

Source code

LGPL-2.1.

Slide

CC BY-NC-SA 2.0.

Dependencies

~46KB