Quilkin is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game server deployments, to ensure security, access control, telemetry data, metrics and more.
//! A collection of modules with opinionated standard components to provide a foundation for
//! running a production-ready application
pubmodnet;pubfnregister_metrics(registry:&mutprometheus_client::registry::Registry){#[cfg(feature ="http")]net::http::metrics::register_metrics(registry);}