Docs.rs
tokio-ssdp-0.1.0
tokio-ssdp 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
kmod-midori
Dependencies
httparse ^1.5.1
normal
httpdate ^1.0.1
normal
log ^0.4
normal
socket2 ^0.4.1
normal
tokio ^1
normal
env_logger ^0.9.0
dev
tokio ^1
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate tokio_ssdp
tokio_
ssdp
0.1.0
All Items
Crate Items
Structs
Crate
tokio_
ssdp
Copy item path
Source
Expand description
A mininal SSDP device implementation using
tokio
.
Structs
ยง
Device
Information about a SSDP device or service.
Server
A server providing SSDP functionalities. The server will respond to
M-SEARCH
requests, send
alive
and
byebye
messages when needed.