rsef-rs 0.1.0

A library for downloading and parsing RIR Statistics Exchange Format (RSEF) listings.
Documentation

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

Examples

Downloading an RSEF Listing

use std::fs::File;
use std::io::Cursor;
use std::io::Read;
use std::io::BufReader;

fn main() {

}