// Copyright (c) Sean Lawlor
//
// This source code is licensed under both the MIT license found in the
// LICENSE-MIT file in the root directory of this source tree.
//! Protobuf specifications for over-the-wire intercommuncation
//! between nodes. Generated via [prost]
/// Node authentication protocol
pub
/// Node actor inter-communication protocol
pub
/// Control messages between nodes
pub
/// Meta types which include all base network protocol message types
pub
pub use NetworkMessage;