Function parse_rr_stream

Source
pub fn parse_rr_stream(inp: &[u8]) -> Result<Vec<RR>, ()>
Expand description

Parse a stream of RRs from the format described in RFC 9102.

Note that this is only the series of AuthenticationChain records, and does not read the ExtSupportLifetime field at the start of a DnssecChainExtension.