The rincon_core 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 Rust driver.
The aim is that any connector implementing the [rinconcore API] can be used in combination with the existing [rinconsession], [rinconsessionasync] 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 is part of the Rincon ArangoDB Rust driver project.
Licensed under Apache License, Version 2.0
see [LICENSE] or http://www.apache.org/licenses/LICENSE-2.0 for details.
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.