Available on crate features
parse2 and plain-consensus only.Expand description
Proof-of-concept parser using parse2 for network status documents.
§Naming conventions
DocumentName: important types, including network documents or sub-documents, egNetworkStatsuMdandRouterVote, and types that are generally useful.NddDoucmnetSection: sections and sub-documents that the user won’t normally need to name.NdiItemValue: parsed value for a network document Item. egNdiVoteStatusrepresenting the whole of the RHS of avote-statusItem. Often not needed sinceItemValueParseableis implemented for suitable tuples.NdaArgumentValue: parsed value for a single argument; egNdaVoteStatusrepresenting thevoteorstatusargument.