Crate rsef_rs

Source
Expand description

The rsef-rs crate provides functionality to download and parse RSEF listings.

Structs§

Record
Represents an record about either an ASN, IPv4 prefix or IPv6 prefix.
Summary
Represents an RSEF summary line.
Version
Represents an RSEF version line.

Enums§

Line
Represents either a Version, Summary or Record line.
Type
Represents the different number of Internet resource types.

Functions§

read_all
Reads all the RSEF entries found in a stream and returns a Vec of RSEF entries.