cruzbit-leveldb-sys

Crates.iocruzbit-leveldb-sys
lib.rscruzbit-leveldb-sys
version1.0.0
sourcesrc
created_at2024-01-09 16:47:11.667137
updated_at2024-01-09 16:47:11.667137
descriptionFFI bindings to LevelDB
homepage
repositoryhttps://github.com/christian-smith/cruzbit-leveldb-sys
max_upload_size
id1094217
size4,345,713
(christian-smith)

documentation

README

leveldb-sys

Lowlevel bindings to the leveldb C library.

Dependencies

  • Your platforms C++ compiler (usually gcc or clang on Linux and Unix, Visual Studio Build environment on Windows)
  • cmake

Usage

If your project is using Cargo, drop the following lines in your Cargo.toml:

[dependencies]

leveldb-sys = "*"

Features

levelbd-sys offers a snappy feature to build the snappy library.

LICENSE

MIT

BSD support

To build leveldb-sys you need to install gmake (GNU Make)

Commit count: 0

cargo fmt