appmesh 0.1.0

AppMesh SDK for Rust
Documentation
appmesh-0.1.0 has been yanked.

AppMesh Rust SDK

Rust SDK for AppMesh - A service mesh platform for application management.

Installation

Add to your Cargo.toml:

[dependencies]
appmesh = { git = "https://github.com/laoshanxi/app-mesh" }

Or install via CMake with app-mesh:

cd src/sdk/rust
cargo run --example simple

Usage

example

Testing

Run unit tests:

cargo test

Or via CMake:

cmake --build build --target appmesh_rust_test