docs.rs failed to build silent-openapi-2.9.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
silent-openapi-2.11.0
概要
Silent 是一个简单的基于Hyper的Web框架,它的目标是提供一个简单的、高效的、易于使用的Web框架。
文档
目标
- 路由
- 中间件
- 静态文件
- WebSocket
- 模板
- 日志 (使用了tracing)
- 配置
- 会话
- 安全
- GRPC
- Cloudflare Worker
security
argon2
add make_password and verify_password function
pbkdf2
add make_password and verify_password function
aes
re-export aes/aes_gcm
rsa
re-export rsa
configs
setting
use Configs;
let mut configs = default ;
configs.insert;
usage
async