pub const PROTOCOL_VERSION: &'static str;Expand description
The version advertised in a legacy initialize handshake — necessarily a
legacy revision, since a modern server has no handshake to advertise into. A
modern peer is told the version per request instead
(LATEST_MODERN_VERSION).