par-dfs 0.0.7

Parallel, serial, and async dfs and bfs traversal
Documentation

par-dfs

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

default

  • sync

sync

    This feature flag does not enable additional features.

async

  • dep:futures
  • dep:pin-project
  • dep:async-trait

full

  • sync
  • async
  • rayon

async-trait

    This feature flag does not enable additional features.

rayon

    This feature flag does not enable additional features.

futures

    This feature flag does not enable additional features.

pin-project

    This feature flag does not enable additional features.