cargo anyhow 1.0.27

latest releases: 1.0.82, 1.0.81, 1.0.80...
4 years ago
  • Improve documentation of backtrace environment variable combinations (#69)

    • If you want panics and errors to both have backtraces, set RUST_BACKTRACE=1;
    • If you want only errors to have backtraces, set RUST_LIB_BACKTRACE=1;
    • If you want only panics to have backtraces, set RUST_BACKTRACE=1 and RUST_LIB_BACKTRACE=0.

Don't miss a new anyhow release

NewReleases is sending notifications on new releases.