wakezilla 0.2.2

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

pub use api_models::*;

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