triton-client-rs
A Rust gRPC client library for NVIDIA Triton.
This library provides the necessary setup to generate a Triton client from NVIDIA's Protocol Buffers definitions.
// un-auth'd use of Triton
let client = new.await?;
let models = client
.repository_index
.await?;