search/README.md
Yakumo Hokori 6eeb5f88bb feat: 初始化Google Search API Wrapper项目
添加项目基础文件,包括Cargo.toml、.gitignore、.env、README.md和src/main.rs。实现基于Actix-web的RESTful API,支持搜索和补全建议功能,使用Google Custom Search API和Google Suggest API获取数据。
2025-04-27 00:05:45 +08:00

24 lines
566 B
Markdown

# Google Search API Wrapper
这是一个使用Rust和Actix-web框架封装的Google Search API服务。
## 功能特性
- 提供RESTful API接口
- 支持JSON格式的请求和响应
- 异步处理提高性能
- 环境变量配置
## 技术栈
- [Actix-web](https://actix.rs/) - Rust的Web框架
- [Reqwest](https://docs.rs/reqwest/) - HTTP客户端
- [Tokio](https://tokio.rs/) - 异步运行时
- [Serde](https://serde.rs/) - 序列化/反序列化
## 快速开始
1. 克隆仓库
```bash
git clone https://github.com/your-repo/search.git
cd search