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

566 B

Google Search API Wrapper

这是一个使用Rust和Actix-web框架封装的Google Search API服务。

功能特性

  • 提供RESTful API接口
  • 支持JSON格式的请求和响应
  • 异步处理提高性能
  • 环境变量配置

技术栈

快速开始

  1. 克隆仓库
    git clone https://github.com/your-repo/search.git
    cd search