rincon_core 0.1.0

Core lib for the ArangoDB driver
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! The core API of the rincon driver.

pub mod auth;
pub mod connector;
pub mod datasource;
pub mod method;
pub mod query;
//pub mod statement;
pub mod types;
pub mod user_agent;

mod error;

pub use self::error::*;