inferadb 0.1.5

Official Rust SDK for InferaDB
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Generated protobuf code for InferaDB gRPC API.
//!
//! This module contains the generated code from the InferaDB proto definitions.
//! The code is generated at build time using tonic-build.

#![allow(clippy::all)]
#![allow(missing_docs)]

#[path = "inferadb.v1.rs"]
pub mod inferadb_v1;

pub use inferadb_v1::*;