eclair_bindings 0.0.1

idiomatic Rust wrapper around the low level Eclair Datalog API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.ffi-opaque]
version = "2.0.1"

[dependencies.libc]
version = "0.2.139"

[package]
categories = ["compilers", "database", "api-bindings", "development-tools::ffi", "external-ffi-bindings"]
description = "idiomatic Rust wrapper around the low level Eclair Datalog API"
edition = "2021"
homepage = "https://github.com/luc-tielen/eclair-rust-bindings.git"
keywords = ["datalog", "bindings", "ffi", "eclair"]
license = "BSD-3-Clause"
name = "eclair_bindings"
readme = "README.md"
repository = "https://github.com/luc-tielen/eclair-rust-bindings.git"
resolver = "1"
version = "0.0.1"