reifydb-client 0.4.13

Official Rust client library for ReifyDB
Documentation
1
2
3
4
5
6
7
8
9
//  SPDX-License-Identifier: Apache-2.0
//  Copyright (c) 2025 ReifyDB
#![cfg(not(reifydb_single_threaded))]

pub mod auth;
pub(crate) mod common;
pub mod grpc;
pub mod meta;
pub mod ws;