use crateIdentifier;
/// Describes a node in a Paxakos cluster.
///
/// Beyond an identifier, a `NodeInfo` implementation provides all the
/// information necessary to communicate with that node, typically a hostname
/// and a (TCP) port.
// TODO not wild about the nameā¦
/// To toy around with a single node cluster.