Crate ipsea

Crate ipsea 

Source

Re-exports§

pub use log;

Structs§

RequestStream

Enums§

StreamResponse

Functions§

send_command
start_server
Spawns a server that listens for requests, then spawns new (std) threads to handle them.
start_stream
Spawns a server that delivers requests as a stream. Good for use in select!{} or alike.