fdb 0.3.1

FoundationDB Client API for Tokio
Documentation
1
2
3
4
5
6
7
8
#[test]
fn start_stop_network() {
    unsafe {
        fdb::select_api_version(fdb::FDB_API_VERSION as i32);
        fdb::start_network();
        fdb::stop_network();
    }
}