rincon_core

Crates.iorincon_core
lib.rsrincon_core
version0.1.0
sourcesrc
created_at2018-04-15 09:50:03.836487
updated_at2018-04-15 09:50:03.836487
descriptionCore lib for the ArangoDB driver
homepagehttps://github.com/innoave/rincon
repositoryhttps://github.com/innoave/rincon
max_upload_size
id60722
size127,751
Harald Maida (haraldmaida)

documentation

https://docs.rs/rincon_core

README

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.

Commit count: 213

cargo fmt