blob: c7342c756b8575c2cc64b26ab012cfa063354be5 (
plain)
1
2
3
4
5
6
7
8
9
|
//! Implementation for md consensus builder.
//
// Read this file in conjunction with `each_variety.rs`.
// See "module scope" ns_variety_definition_macros.rs.
use super::*;
// Import `each_variety.rs`, appropriately variegated
ns_do_variety_md! {}
|