panik 0.2.0

Application-wide panic handling, whereby panics occurring in any thread are treated as a hard error and can be detected by other threads to trigger a graceful exit
Documentation

panik

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 9 feature flags, 3 of them enabled by default.

default

  • use-log

use-log

  • log

log

    This feature flag does not enable additional features.

use-slog

  • slog
  • slog-stdlog

use-parking-lot

  • parking_lot

parking_lot

    This feature flag does not enable additional features.

slog

    This feature flag does not enable additional features.

use-stderr

    This feature flag does not enable additional features.

slog-stdlog

    This feature flag does not enable additional features.