nntp-proxy 0.5.0

High-performance NNTP proxy server with connection pooling and authentication
Documentation
1
2
3
4
5
6
7
//! Authentication module
//!
//! This module handles authentication for client-facing authentication.

mod handler;

pub use handler::AuthHandler;