rsmgclient 3.0.0

Memgraph database adapter for Rust programming language.
Documentation
1
2
3
4
5
6
7
#ifndef MGCLIENT_MGWASM_H
#define MGCLIENT_MGWASM_H

int mg_wasm_suspend_until_ready_to_read(int sock);
int mg_wasm_suspend_until_ready_to_write(int sock);

#endif /* MGCLIENT_MGWASM_H */