From cc05fc9a40dd8e3ed6779cc25e4bc982a49570b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Thu, 9 Oct 2025 13:55:35 +0800 Subject: [PATCH] =?UTF-8?q?docs(README):=20=E6=9B=B4=E6=96=B0=20Base36=20?= =?UTF-8?q?=E7=AE=97=E6=B3=95=E5=AE=8C=E6=88=90=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 README.md 中的 Base36 算法状态从未完成更新为已完成 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0631d3c..6b5d788 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Rust 中可以使用的常用辅助功能工具箱。主要配备以下功能: - [x] 随机验证码生成算法 - 序列化算法 - [x] Base64 算法 - - [ ] Base36 算法 + - [x] Base36 算法 - [x] Hex 直转 - 常用工具函数 - [x] 日期时间函数