surrealcs 0.4.4

The SurrealCS client code for SurrealDB
Documentation
1
2
3
4
5
6
7
8
9
10
#[allow(unused)]
pub mod connection;
#[allow(unused)]
pub mod kernel;
#[allow(unused)]
pub mod router;
#[allow(unused)]
pub mod transactions;
#[allow(unused)]
pub mod utils;