vectx_api/
lib.rs

1pub mod rest;
2pub mod grpc;
3
4pub use rest::RestApi;
5pub use grpc::GrpcApi;
6