Skip to main content

Module iterators

Module iterators 

Source

Structs§

ConFrameIterator
An iterator that lazily parses simulation frames from a .con or .convel file’s contents.
MemchrLines
memchr-backed line cursor for the full parse path (not only frame skip).

Functions§

count_frames
Count frames without building atom payloads (uses ConFrameIterator::forward_fast when possible, else ConFrameIterator::forward).
read_all_frames
read_first_frame
Reads only the first frame from a file.