websocket 0.27.0

[deprecated] 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 14 feature flags, 13 of them enabled by default.

default

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

sync

  • websocket-base/sync

sync-ssl

  • native-tls
  • sync
  • websocket-base/sync-ssl

async

  • bytes
  • futures
  • tokio-io
  • tokio-tcp
  • tokio-reactor
  • tokio-codec
  • websocket-base/async

async-ssl

  • native-tls
  • tokio-tls
  • async
  • websocket-base/async-ssl

native-tls

  • dep:native-tls

bytes

  • dep:bytes

futures

  • dep:futures

tokio-io

  • dep:tokio-io

tokio-tcp

  • dep:tokio-tcp

tokio-reactor

  • dep:tokio-reactor

tokio-codec

  • dep:tokio-codec

tokio-tls

  • dep:tokio-tls

nightly

  • hyper/nightly