try-drop 0.2.0

Batteries included error handling mechanisms for drops which can fail
Documentation

try-drop

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 25 feature flags, 22 of them enabled by default.

default

  • downcast-rs
  • shrinkwraprs
  • derives
  • drop-strategies
  • std-default

downcast-rs

    This feature flag does not enable additional features.

shrinkwraprs

    This feature flag does not enable additional features.

derives

    This feature flag does not enable additional features.

drop-strategies

  • ds-abort
  • ds-broadcast
  • ds-exit
  • ds-write
  • ds-once-cell
  • std-drop-strategies

std-default

  • std
  • global
  • std-drop-strategies
  • thread-local

ds-abort

  • std

ds-broadcast

  • tokio
  • std

ds-exit

  • std

ds-write

  • std
  • parking_lot

ds-once-cell

  • std
  • once_cell

std-drop-strategies

  • ds-noop
  • ds-panic
  • ds-adhoc-mut

std

  • anyhow/std
  • downcast-rs/std

global

  • std
  • once_cell
  • parking_lot

thread-local

  • std
  • once_cell

tokio

    This feature flag does not enable additional features.

parking_lot

    This feature flag does not enable additional features.

once_cell

    This feature flag does not enable additional features.

ds-noop

    This feature flag does not enable additional features.

ds-panic

    This feature flag does not enable additional features.

ds-adhoc-mut

  • ds-adhoc

ds-adhoc

    This feature flag does not enable additional features.

ds-unreachable-unsafe

  • ds-unreachable

rand

    This feature flag does not enable additional features.

ds-unreachable

    This feature flag does not enable additional features.