Files
rust-work/INDEX.md

34 lines
789 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Rust Work 索引
> 更新2026-03-24
## 项目列表
| 项目 | 端口 | 说明 |
|------|------|------|
| [mysql-proxy](mysql-proxy) | 3307 | MySQL 会话复用代理 |
| [ssh-proxy](ssh-proxy) | 3308 | SSH 会话复用代理 |
| [mongo-proxy](mongo-proxy) | 3309 | MongoDB 会话复用代理 |
| [redis-proxy](redis-proxy) | 3310 | Redis 会话复用代理 |
| [mysql-cli](mysql-cli) | - | MySQL CLI 工具 (开发中) |
## 孵化记录
- [INCUBATOR.md](INCUBATOR.md) - 问题/性能/建议
## 快速启动
```bash
# mysql-proxy
cd mysql-proxy && ./target/release/mysql-proxy.exe
# ssh-proxy
cd ssh-proxy && ./target/release/ssh-proxy.exe
# mongo-proxy
cd mongo-proxy && ./target/release/mongo-proxy.exe
# redis-proxy
cd redis-proxy && ./target/release/redis-proxy.exe
```