alighieri 0.4.0

Alighieri — a lightweight, secure, asynchronous SOCKS5 proxy server with Dante-inspired configuration
Documentation
1
2
3
4
5
6
7
//! Windows-specific service hosting and management.

pub mod event_log;
pub mod service;
pub mod service_manager;

pub use service_manager::handle_service_cli;