enso-client 0.1.0

Rust client library for connecting to and querying an Enso database over TCP.
Documentation
1
2
3
4
5
6
mod client;
mod error;
mod protocol;

use client::Enso;
use error::EnsoError;