pub fn decode(bytes: &[u8]) -> impl Iterator<Item = Result<Event<'_>>> + use<'_>Available on crate features
profile and interp only.Expand description
Decodes a *.data file presented in its entirety as bytes into a sequence
of Events.