rstack
rstack copied to clipboard
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. Changelog Sourced from env_logger's changelog. [0.11.0] - 2024-01-19 Breaking Change Removed bespoke styling API env_logger::fmt::Formatter::style env_logger::fmt::Formatter::default_styled_level env_logger::fmt::Style env_logger::fmt::Color env_logger::fmt::StyledValue Removed...
I'm adding support to [proxide](https://github.com/Rantanen/proxide/) proxy for capturing the stack traces of the client process that makes requests through the proxy when the client process and the proxide proxy reside...
Add support for RISC-V based on current platform-specific code and libunwind itself. libunwind mentions riscv32 in its source code, but only riscv64 is currently supported. Add these code as well...
Hey, the docs referenced at https://crates.io/crates/unwind are outdated and nearly drove me insane :D Please update them or use docs.rs. Best, Nils