An open API service indexing awesome lists of open source software.

https://github.com/akiko97/cube_api_gateway


https://github.com/akiko97/cube_api_gateway

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## 安装依赖
测试是否安装了`rustup`:
```shell
rustup update
```

若没有安装`rustup`,使用下面的命令安装:
```shell
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

## 编译运行
```shell
cargo run
```