streamcatcher 1.0.1

A thread-safe, shared (asynchronous), almost-lockless stream buffer.
Documentation

streamcatcher

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

default

    This feature flag does not enable additional features.

tokio-compat

  • async
  • tokio
  • async-compat

async-std-compat

  • async
  • async-std

smol-compat

  • async
  • smol

async

  • async-trait
  • futures-util/io

async-std

    This feature flag does not enable additional features.

tokio

    This feature flag does not enable additional features.

smol

    This feature flag does not enable additional features.

async-trait

    This feature flag does not enable additional features.

async-compat

    This feature flag does not enable additional features.