1//! Context-aware help system
2//!
3//! This module provides comprehensive help functionality including contextual
4//! assistance, topic search, troubleshooting guides, and interactive help
5//! for TrustformeRS debugging features.
67pub mod context;
89pub use context::*;