Skip to main content

detect_format

Function detect_format 

Source
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.