logimesh 0.1.9

logimesh is a Rust RPC Microservice 2.0 framework.
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright Andeya Lee 2024
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT.
//! Provides a Stub trait, implemented by types that can call remote services.

pub use lrcall::*;

mod lrcall;