reifydb-client 0.4.8

Official Rust client library for ReifyDB
Documentation
1
2
3
4
5
6
7
//  SPDX-License-Identifier: Apache-2.0
//  Copyright (c) 2025 ReifyDB

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