氪-Kr
[氪-Kr] Rust开发实用库
安装
cargo add kr
包含
- AES
- CBC
- ECB
- GCM
- Hash
- 时间格式化
- 基于Redis的分布式锁
- 基于
bb8的Redis异步Manager - 生成API错误码的宏:
define_ok!和define_error_codes!feature = "salvo"feature = "axum"
⚠️ aes 相关功能依赖 openssl
👉 具体使用可以参考 rnx
Enjoy 😊
[氪-Kr] Rust开发实用库
cargo add kr
bb8 的Redis异步Managerdefine_ok! 和 define_error_codes!
feature = "salvo"feature = "axum"⚠️ aes 相关功能依赖 openssl
👉 具体使用可以参考 rnx
Enjoy 😊