一个基于 Actix-web+Rbatis 的 RealWorld 的 rust 实现
Stars
3
Forks
0
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
22
commits
fix: some issues with follow API
7dbbf8b
refactor: update rust feature
243d49d
feat: use macro and add routing configuration
497d038
feat: follow user API and unfollow user API
88eaf25
feat: ResponseData same function
c1d01e7
refactor: user profile API
f42a32e
feat: Compression middleware
fee3119
refactor: claim extractor and auth middleware
4686ffd
perf: optimise code writing and clean up some useless code
d97b8f0
refactor: token extract and auth middleware
ca24d3d
feat: get user profile API
b077143
feat: user update API
afc0a49
perf: 清理无用代码
030bfff
feat: 获取当前用户接口及 Token 验证功能
791ba8c
feat: 登录接口及签发 Token 功能
e0ba000