# pkg_compile_time **Repository Path**: zydxhs/pkg_compile_time ## Basic Information - **Project Name**: pkg_compile_time - **Description**: 提供用于获取软件包的编译日期、时间的过程宏。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-07 - **Last Updated**: 2021-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pkg_compile_time 一个返回编译日期、时间的过程宏。 # 用法 use pkg_compile_time::*; 输出编译日期: ``` println!("Compile date is: {}", pkg_compile_date!()); ``` 输出编译时间: ``` println!("Compile time is: {}", pkg_compile_time!()); ```