fdb 0.3.1

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