directory
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Apr 20, 2021
License: BSD-3-Clause
Opens a new window with license information.
README
¶
X Kit
可以跨多个项目使用的基础工具包
各子包说明
包名 |
描述 |
cipher |
加密解密 |
collections |
算法和数据结构 |
datetime |
日期相关 |
dotenv |
.env文件解析 |
fsutil |
文件相关 |
mathext |
数学扩展 |
reflectutil |
反射相关 |
strutil |
字符串相关 |
本包规范
包名规范细节
- API接口除非
Must
否则不使用panic抛出错误;
- 包命名要简短并准确,不使用下划线、驼峰,勿使用太笼统的名字(如common, base, misc);
- 本包的各子包之间不相互引用;
- 本包的各子包不过多依赖第三方外部包;
Directories
¶
Click to show internal directories.
Click to hide internal directories.