//! Metrics collection and JSON export for the Semantic Cartan Matrix system
//!
//! This crate provides comprehensive metrics collection, logging, and JSON
//! export capabilities for monitoring system performance and behavior.
extern crate alloc;
pub use ;
pub use ;
pub use ;
pub use ;
// Standalone version - no dependency on micro_core prelude
use String;
use Vec;
/// Result type for metrics operations
pub type Result<T> = Result;