cipherstash_grpc_wasm/lib.rs
1#[path = ""]
2pub mod api {
3 #[path = "generated/stash.grpc.v1.documents.rs"]
4 pub mod documents;
5
6 #[path = "generated/stash.grpc.v1.collections.rs"]
7 pub mod collections;
8
9 #[path = "generated/stash.grpc.v1.indexes.rs"]
10 pub mod indexes;
11
12 #[path = "generated/stash.grpc.v1.queries.rs"]
13 pub mod queries;
14
15 include!("generated/stash.grpc.v1.rs");
16}
17
18pub use grpc_web_client as client;
19pub use tonic;