error_tools 0.12.0

Basic exceptions handling mechanism
Documentation

error_tools

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, 6 of them enabled by default.

default

  • enabled
  • error_for_lib
  • error_for_app

enabled

    This feature flag does not enable additional features.

error_for_lib

  • thiserror

error_for_app

  • anyhow

thiserror

  • dep:thiserror

anyhow

  • dep:anyhow

full

  • enabled
  • error_for_lib
  • error_for_app

use_alloc

  • no_std

no_std

    This feature flag does not enable additional features.