v0.4.8-pre.007
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
// file: kb-lib/src/materializer/perpetuals.rs
|
||||
// version: 3
|
||||
// version: 4
|
||||
|
||||
//! `perpetuals` materializer family.
|
||||
|
||||
mod core;
|
||||
mod constants;
|
||||
mod materializer;
|
||||
|
||||
/// Reserved perpetuals materializer.
|
||||
pub use self::core::MtPerpetualsMaterializer;
|
||||
pub use self::materializer::MtPerpetualsMaterializer;
|
||||
|
||||
/// Empty accepted-family boundary for the reserved component.
|
||||
pub(crate) use self::constants::MT_PERPETUALS_ACCEPTED_FAMILIES;
|
||||
/// Stable runtime component name for the `perpetuals` materializer.
|
||||
pub(crate) use self::constants::MT_PERPETUALS_COMPONENT_NAME;
|
||||
/// Stable processor name for the `perpetuals` materializer.
|
||||
pub(crate) use self::constants::MT_PERPETUALS_PROCESSOR_NAME;
|
||||
|
||||
Reference in New Issue
Block a user