Rust使用?多次传播错误后,怎么定位最开始发生error的地方?
时间:2025-06-19 12:25:13 来源: 阅读:次
thiserror和anyhow不是说不能混用,但实在没啥必要,根据thiserror文档建议,bin项目用anyhow,lib项目用thiserror。
不过针对本问题来说,只是为了看error source的话,当然是color-eyre比anyhow更清晰。
。
- 上一篇: 现在的中国打的过美国吗?
- 下一篇: 长大后,你有过哪些「补偿童年自己」的行为?
时间:2025-06-19 12:25:13 来源: 阅读:次
thiserror和anyhow不是说不能混用,但实在没啥必要,根据thiserror文档建议,bin项目用anyhow,lib项目用thiserror。
不过针对本问题来说,只是为了看error source的话,当然是color-eyre比anyhow更清晰。
。