rust wrap of flomesh-io/ztm
Important
Building rust-ztm requires cmake, clang, nodejs, npm, and the rust toolchain.
Additionally, building with the agent-ui features requires that vite be installed.
Follow the steps below to build rust-ztm
git clone https://github.com/flomesh-io/rust-ztm.git
git submodule update --init --recursive
cd rust-ztm
cargo build-
agent-ui: build with ztm agent's web ui,for development and testing purpose.