//!//! Commonly used nodes for integrating NComm with other useful
//! tools.
//!#![cfg_attr(not(feature ="std"), no_std)]#[cfg(feature ="alloc")]externcrate alloc;#[deny(missing_docs)]#[cfg(feature ="rerun")]pubmodrerun;#[cfg(feature ="rerun")]pubusererun::RerunNode;