bgpkit-parser
bgpkit-parser copied to clipboard
[feature] iterator that returns Option<Result<MrtRecord>>
Returning Option<Result<MrtRecord>>
would allow users to act on mal-formatted messages on a per-record basis, enabling more fine-grained error handling.