surreal-client 0.4.0

CBOR-based SurrealDB client for the Vantage data framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// pub mod http;
// pub mod ws;
pub mod debug;
pub mod ws;
pub mod ws_cbor;
// pub mod ws_pool;

// pub use http::HttpEngine;
// pub use ws::WsEngine;
pub use debug::DebugEngine;
pub use ws::WsEngine;
pub use ws_cbor::WsCborEngine;
// #[cfg(feature = "pool")]
// pub use ws_pool::WsPoolEngine;