pub fn detect_format(payload: &[u8]) -> Option<DetectedFormat>Available on crate feature
transport only.Expand description
Stateless format detection (convenience function).
For stateful detection with locking, use FormatDetector.