[][src]Function malice::event_stream_from_files

pub fn event_stream_from_files<S>(
    sources: S
) -> impl Stream<Item = Result<Event, Error>> where
    S: Stream<Item = Source> + Unpin

Create a stream of events found in the given files (local or remote). You probably want to use event_iterator_from_files instead unless you are a on the wasm32 target.