surrealcs 0.4.4

The SurrealCS client code for SurrealDB
Documentation
1
2
3
4
5
6
//! Defines the recovery process for the connection to the server.
pub mod caching;
pub mod connection;
pub mod expodential_backoff;
pub mod interface;
pub mod messages;