Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 811 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 811 Bytes

rust - 基于falcon的web框架

依赖

可查看目录下 'requirements.txt'

安装

pip install -U git+https://github.com/limoxi/rust.git

TODO

  • 自带user和permission资源
  • 分页工具
  • 暂只接收application/x-www-form-urlencoded、application/json、application/xml 三种类型数据
  • 支持白名单形式的跨域设置
  • 初始化项目命令 rust-cli init xxx
  • 增加资源命令 rust-cli add xxx
  • JWT
  • 完善文档

升级日志

项目参考

python书写风格指南
《实现领域驱动设计》[美] Vaughn Vernon 著;滕云 译
falcon