-
scopeguard
RAII 作用域保护器,当它离开作用域时将运行给定的闭包,即使在恐慌(假设回溯恐慌)之间的代码中也是如此。定义了宏
defer!
、`defer_on_unwind… -
framehop
支持各种格式的堆栈帧回溯
-
unwind-context
向你的函数添加彩色恐慌上下文的宏
-
minidump-unwind
从 minidump 文件生成堆栈跟踪
-
pe-unwind-info
PE 回溯信息的解析器
-
unwind
libunwind 的接口
-
unwind_safe
通过看起来像 try-finally 的构建器模式编写可读的 unwind-safe 代码
-
unwind-unsafe
零大小的标记类型,不实现 UnwindSafe 或 RefUnwindSafe
-
catch-unwind
为 catch_unwind 提供包装,处理捕获的恐慌有效负载恐慌的边缘情况
-
nudge
一组优化提示,以提高性能
-
gperftools-static
静态链接 gperftools 和 unwind 的 cpuprofiler
-
errloc_macros
错误位置实用宏
-
unwind_aborts
使用这个简单技巧防止你的panic在FFI边界之外回溯!
-
cpuprofiler-static
静态链接 gperftools 和 unwind 的 cpuprofiler
尝试使用 DuckDuckGo 进行搜索。搜索.