orientdb-client 0.2.1

A Rust client for OrientDB™
Documentation
1
2
3
4
5
pub mod conn;
mod decoder;
pub use conn::Connection;
pub mod cluster;
mod reader;