typing_tools 0.8.0

Collection of general purpose tools for type checking.
Documentation

typing_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 8 feature flags, 5 of them enabled by default.

default

  • enabled
  • typing_implements
  • typing_is_slice
  • typing_inspect_type

enabled

    This feature flag does not enable additional features.

typing_implements

  • implements/enabled

typing_is_slice

  • is_slice/enabled

typing_inspect_type

  • inspect_type/enabled

full

  • enabled
  • typing_implements
  • typing_is_slice
  • typing_inspect_type

use_alloc

  • no_std

no_std

    This feature flag does not enable additional features.