You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature: add flag to limit bytes read
For large files, partial reads can suffice. The `-S N` flag allows to
specify an number of bytes after which the processing is stopped and the
struct built up so far is emitted.