bentoml 0.5.0

An unofficial async Rust client for BentoML services.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Convenient re-exports of the most commonly used items.
//!
//! ```
//! use bentoml::prelude::*;
//! ```

pub use crate::error::{Error, Result};
pub use crate::multipart::{Multipart, Part};
pub use crate::task::TaskEndpoint;
pub use crate::{Client, ClientBuilder, Endpoint, EndpointReply};