//! Protocols that are currently implemented. //! //! A protocol will be here if it supports multiple entries, if not, its implementation will be //! in that specific needed place, a protocol can be independently queried. /// General types that are used by all protocols. pub mod types; /// Reference: [Server Query](https://developer.valvesoftware.com/wiki/Server_queries) pub mod valve; /// Reference: [Server List Ping](https://wiki.vg/Server_List_Ping) pub mod minecraft;