Crates.io | eclair_bindings |
lib.rs | eclair_bindings |
version | 0.1.0 |
source | src |
created_at | 2023-01-28 17:21:31.388913 |
updated_at | 2023-02-03 09:21:20.759149 |
description | idiomatic Rust wrapper around the low level Eclair Datalog API |
homepage | https://github.com/luc-tielen/eclair-rust-bindings.git |
repository | https://github.com/luc-tielen/eclair-rust-bindings.git |
max_upload_size | |
id | 770470 |
size | 15,841 |
High level Rust bindings for interoperability with Eclair Datalog.
The library provides an idiomatic Rust interface around the low level Eclair API.
NOTE: It is highly recommended to use this library together with
eclair_bindings_derive
, which provides a proc macro that generates the
bindings boilerplate for you (highly recommended).