Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Rust Crates for Tracing and Logging
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
backtrace
backtrace is a library to acquire a stack trace (backtrace) at runtime in a Rust program.
tracing
tracing provides application-level tracing for Rust.
env_logger
env_logger implements a logger that can …
Rust Crates for Getting System Information
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
remoteprocess
remoteprocess cross platform api for getting information on a running processes .
Rust for Financial Investment
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
hyperswitch
hyperswitch is a Payment Switch that lets you connect with multiple payment processors with a single API integration. Once integrated, you can add new payment processors and route traffic effortlessly …
Debug Stack Overflow Issues in Rust
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 …
Useful Rust Crates for Testing
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
turmoil
turmoil is a simulation testing framework for distributed systems.
googletest-rust
googletest-rust brings the rich assertion types of Google's C++ testing library GoogleTest to Rust.