spicedb-rust 0.3.4

A client for spicedb
Documentation
1
2
3
4
5
use crate::grpc::AuthenticatedChannel;
use crate::spicedb;

pub type SpiceDBSchemaClient =
    spicedb::schema_service_client::SchemaServiceClient<AuthenticatedChannel>;