Crate rincon [] [src]

Rincon is an ArangoDB driver to operate with an ArangoDB server via its REST API from within Rust applications.

The Rincon ArangoDB driver is split up into multiple crates to pick and choose the level of abstraction an applications wants to use. Additionally the split into multiple crates enable us to flexible extend the driver.

The provided crates are:

This rincon crate is a meta crate that provides documentation on how to use the multiple crates provided by the Rincon ArangoDB driver. It does not provide any functionality itself. In the following we will look at examples to show which crates to use for different scenarios.

...while I'm working on writing mentioned scenarios please see the documentation of the rincon_client crate and the rincon_session crate for how to use the Rincon ArangoDB driver.