cotton-ssdp 0.0.3

Implementing SSDP, the Simple Service Discovery Protocol
Documentation

cotton-ssdp

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

default

  • std
  • async
  • sync

std

  • cotton-netif/sync
  • no-std-net/std
  • dep:libc
  • dep:nix
  • dep:socket2
  • dep:mock_instant
  • dep:rand
  • dep:uuid

async

  • std
  • cotton-netif/async
  • dep:futures
  • dep:futures-util
  • dep:tokio
  • dep:tokio-stream

sync

  • std
  • cotton-netif/sync
  • dep:mio