remotecache 0.0.0

A general purpose cache with possibly multiple remote servers for storing and retrieving data.
Documentation
1
2
3
4
5
6
7
8
9
//! Automatically generated utilities for RPCs.

pub mod local {
    tonic::include_proto!("local");
}

pub mod remote {
    tonic::include_proto!("remote");
}