# meth-tools **Repository Path**: meth-nylon/meth-tools ## Basic Information - **Project Name**: meth-tools - **Description**: 自用rust测试工具 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-09 - **Last Updated**: 2025-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # meth-tools #### 介绍 自用rust测试工具库 #### 软件架构 软件架构说明 #### 安装教程 ```sh cargo add --git https://gitee.com/meth-nylon/meth-tools.git ``` #### 使用说明 1. timeit函数或宏用于测试运行速度, 推荐使用宏 2. typeof函数用于显示类型; is_instance_of确定是否为某一类型 3. debug_print及debug_println宏提供了类似print的效果, 但只在debug模式下输出, 在release模式下将变为空语句 4. debug_do中的代码块仅在debug模式下被执行, 在release模式下将变为空语句 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request