# actix-web框架功能组合 **Repository Path**: newly-released_0/actix-web-tool-combination ## Basic Information - **Project Name**: actix-web框架功能组合 - **Description**: actix-web,使用静态资源路径,mysql,时间,邮件,文件上传 - **Primary Language**: Rust - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-10-25 - **Last Updated**: 2024-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # actix-web框架功能组合 #### 介绍 actix-web,使用组件的版本配置。 已测试:静态资源路径,mysql,时间,邮件,文件上传. 组件都是在https://crates.io 查找的,这只是整合一下。 #### 软件架构 软件架构说明 ``` [package] name = "luntan" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # web框架 actix-web = "3.0.0" actix = "0.12.0" # mysql mysql = "22.0.0" # 静态资源路径 actix-files = "0.5.0" actix-web-static-files = "3.0.5" # 中间件 1.0.6 actix-service = "2.0.2" # base64加密 base64 = "0.13.0" # 未测试 # JSON解析 serde = "1.0.136" serde_json = "1.0.78" # 时间 chrono = "0.4.19" # 日志 # env_logger = " 0.9.0" #log = "0.4.14" #log4rs = "1.0.0" # 不知道 futures = "0.3.19" # 邮件 lettre = "0.9" lettre_email = "0.9" # 文件上传 awmp 0.8.0 actix-easy-multipart = "1.0.0" # 文件上传 类似php文件上传的$_FILE_ # 发送https/ http easy-http-request = "0.2.12" # 未测试 ``` #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)