wakezilla 0.1.42

A Wake-on-LAN proxy server written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod client_server;
pub mod config;
pub mod connection_pool;
pub mod forward;
pub mod proxy_server;
pub mod scanner;
pub mod system;
pub mod web;
pub mod wol;

#[cfg(test)]
pub(crate) mod test_support;