triton-client 0.1.0

A client for interfacing with NVIDIA Triton inference server.
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "tls")]
pub mod client;

#[cfg(feature = "tls")]
pub use client::Client;

pub mod inference {
    include!(concat!(env!("OUT_DIR"), "/inference.rs"));
}