mdbx-ffi 0.0.5

Rust bindings for mdbx.
Documentation
[build-dependencies.bindgen]
default-features = false
features = ["runtime"]
version = "0.59.1"

[build-dependencies.cc]
version = "1.0.72"
[dependencies.libc]
version = "0.2.108"

[lib]
crate-type = ["lib"]

[package]
authors = ["Dan Burkert <dan@danburkert.com>", "Victor Porof <vporof@mozilla.com>", "Kerollmops <renault.cle@gmail.com>", "Artem Vorotnikov <artem@vorotnikov.me>", "gcxfd <i@rmw.link>"]
categories = ["database", "external-ffi-bindings"]
description = "Rust bindings for mdbx."
edition = "2021"
keywords = ["MDBX", "database", "storage-engine", "bindings", "library"]
license = "Apache-2.0"
name = "mdbx-ffi"
readme = "README.md"
repository = "https://github.com/rmw-lib/mdbx-ffi"
resolver = "2"
version = "0.0.5"