https://github.com/flomesh-io/rust-ztm
https://github.com/flomesh-io/rust-ztm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flomesh-io/rust-ztm
- Owner: flomesh-io
- Created: 2024-06-13T12:31:04.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T06:44:49.000Z (11 months ago)
- Last Synced: 2024-07-08T08:45:05.501Z (11 months ago)
- Language: Rust
- Size: 43.9 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-ztm
rust wrap of flomesh-io/ztm# build
> [!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
```shell
git clone https://github.com/flomesh-io/rust-ztm.git
git submodule update --init --recursive
cd rust-ztm
cargo build
```# features
- [x] `agent-ui`: build with ztm agent's web ui,for development and testing purpose.