No description
Find a file
2023-11-06 00:07:42 +00:00
arangodb@726e5f942a Initial commit 2023-11-06 00:00:09 +00:00
include Initial commit 2023-11-06 00:00:09 +00:00
src Initial commit 2023-11-06 00:00:09 +00:00
.gitignore Initial commit 2023-11-06 00:00:09 +00:00
.gitmodules Initial commit 2023-11-06 00:00:09 +00:00
build.rs Initial commit 2023-11-06 00:00:09 +00:00
Cargo.lock Initial commit 2023-11-06 00:00:09 +00:00
Cargo.toml Initial commit 2023-11-06 00:00:09 +00:00
LICENSE Add license 2023-11-06 00:07:42 +00:00
README.md Add README.md 2023-11-06 00:03:27 +00:00

Rust ArangoDB -- Rust bridge to Arangodb using cxx

The goal of this crate is to provide a Rust wrapper around the code of ArangoDB to (reasonably) safely call ArangoDB code from Elixir using Rustler.

Why, yes, I think this is a sensible thing to do.