blob: 7369a5a1c17772183919f362b4708caac62c23e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//! router status entry builders - items for all varieties, that vary
//!
//! **This file is reincluded multiple times**,
//! by the macros in [`crate::doc::ns_variety_definition_macros`],
//! once for votes, and once for each consensus flavour.
//! It is *not* a module `crate::doc::netstatus::rs::each_variety`.
//!
//! Each time this file is included by one of the macros mentioned above,
//! the `ns_***` macros (such as `ns_const_name!`) may expand to different values.
//!
//! See [`crate::doc::ns_variety_definition_macros`].
//!
//! There are none of these planned, because we do not intend to provide builders for votes.
|