pub const PROTOCOL_VERSION: Version;
Expand description

Protocol version of major/minor/patch.

This should match the version of this crate such that any significant change to the crate version will also be reflected in this constant that can be used to verify compatibility across the wire.