reifydb-client 0.6.0

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

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