websocket 0.22.0

A WebSocket (RFC6455) library for Rust.
Documentation

websocket

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

default

  • sync
  • sync-ssl
  • async
  • async-ssl

sync

    This feature flag does not enable additional features.

sync-ssl

  • native-tls
  • sync

async

  • tokio
  • bytes
  • futures

async-ssl

  • native-tls
  • tokio-tls
  • async

native-tls

    This feature flag does not enable additional features.

tokio

    This feature flag does not enable additional features.

bytes

    This feature flag does not enable additional features.

futures

    This feature flag does not enable additional features.

tokio-tls

    This feature flag does not enable additional features.

nightly

  • hyper/nightly