0.3.2
| 2024年8月5日 |
0.3.1
| 2023年9月5日 |
0.3.0
| 2023年9月5日 |
0.2.0
| 2023年9月5日 |
0.1.0
| 2023年6月20日 |
#548 in Rust 模式
209 每月下载量
在 2 crates 中使用
code-path

代码路径宏
用法
fn foo() {
fn bar() {
assert_eq!(
code_path::code_path!(),
"rust_out::main::_doctest_main_src_lib_rs_10_0::foo::bar, src/lib.rs:9:13".into(),
);
}
bar()
}
foo()
贡献
- 在发送 PR 之前请运行 [.pre-commit.sh],它将检查所有内容
许可证
本项目采用 MIT 许可证。