# Functions
DecodeEntry turns a protobuf created by EncodeEntry back into an Entry.
DecodeEntryFromPb parses the special struct from a protobuf entry and
turns it into a regular Entry.
ParseNodeID takes the string generated by "String" and turns it back
in to a NodeID.
# Type aliases
NodeID represents the unique ID of a single Raft node.