//! Example DynamicHub builder
//!
//! This module provides an example of how to build a DynamicHub instance.
//! Real applications should create their own builder with their specific activations.
use Arc;
use crateEcho;
use crateHealth;
use crateDynamicHub;
/// Build an example hub with minimal activations
///
/// This demonstrates how to construct a DynamicHub instance.
/// Real applications should define their own builder function
/// that registers their specific activations.
///
/// DynamicHub itself provides introspection methods:
/// - {namespace}.call: Route calls to registered activations
/// - {namespace}.hash: Get configuration hash for cache invalidation
/// - {namespace}.schema: Get plugin schemas