spicedb-client 0.1.1

Ergonomic Rust gRPC client for SpiceDB
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![doc = include_str!("../README.md")]

pub mod builder;
mod client;
pub mod reader;
pub mod result;
#[cfg(feature = "futures")]
pub mod stream;
pub mod types;

pub use crate::client::*;