orientdb-client 0.6.0

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