#groonga #binding #bindings

ruroonga

A Rust language binding for Groonga

8 releases (5 breaking)

Uses old Rust 2015

0.6.0 Sep 15, 2016
0.5.0 Aug 31, 2016
0.4.1 Mar 12, 2016
0.4.0 Dec 25, 2015
0.1.0 Apr 29, 2015

#1 in #groonga

43 downloads per month

Custom license

14KB
264 lines

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

LGPL-2.1.

Dependencies

~345–570KB