pub fn detect_framework() -> Option<&'static dyn FrameworkAdapter>Expand description
Detect the current framework from environment variables.
Checks environment variables set by each framework to determine which one is currently invoking mi6. Returns the first matching framework if multiple are detected.