OomStore Client (Rust)
This crate provides an easy-to-use async rust client for OomStore, a lightweight and fast feature store powered by go. It uses gRPC protocol to communicate with the oomagent server under the hood.
Example
use Client;
async
More examples can be found in examples directory of the project repo.
Note
You need to install the oomagent first following the guide.
Development
Install cargo-make and run cargo make.
License
Apache-2.0