Crate rux

Source

Re-exports§

pub use poll::Epoll;
pub use poll::EpollFd;
pub use handler::Handler;
pub use handler::sync::SyncHandler;
pub use server::Server;
pub use server::ServerImpl;
pub use logging::LoggingBackend;
pub use logging::SimpleLogging;
pub use error::Result;
pub use protocol::IOProtocol;
pub use protocol::Action;

Modules§

buf
error
fcntl
handler
logging
poll
protocol
server
stat
unistd
Standard symbolic constants and types

Macros§

eintr
perror
perrorr
helper to short-circuit loops and log error
report_err

Structs§

EpollEvent

Enums§

Shutdown

Functions§

close
read
shutdown
Shut down part of a full-duplex connection.
write