1 unstable release

Uses old Rust 2015

0.1.0 Apr 15, 2018

#62 in #nosql


Used in 5 crates

Apache-2.0

130KB
2.5K SLoC

Rincon Core

Crates.io Docs.rs Apache-2.0 Join the chat

The rincon_core crate defines common types and functions used by all crates of the Rincon project. This crate is the foundation of the modular design and extensibility of the Rincon ArangoDB Rust driver.

The aim is that any connector implementing the rincon_core API can be used in combination with the existing rincon_session, rincon_session_async and rincon_client crates.

It should also be possible to implement methods of the ArangoDB REST API which are not supported yet or will be added in future versions of ArangoDB and combine the custom implementations with the methods provided by the existing crates.

The rincon_core crate is part of the Rincon ArangoDB Rust driver project.

License

Licensed under Apache License, Version 2.0
see LICENSE or http://www.apache.org/licenses/LICENSE-2.0 for details.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

Dependencies

~6.5MB
~168K SLoC