Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The Rust crate backtrace-on-stack-overflow helps printing the stack backtrace when your Rust program encounters stack overflow issues.
-
Add backtrace-on-stack-overflow as a dependency into your project.
cargo add backtrace-on-stack-overflow
-
Add the line …