Multi-Threaded Routing Toolkit (MRT) Routing Information Export Format (RFC 6396) parser library for Rust. Inspired by parser from pyasn.
Currently, only PEER_INDEX_TABLE
, RIB_IPV4_UNICAST
and RIB_IPV6_UNICAST
subtypes from TABLE_DUMP_V2
type and TABLE_DUMP
type are supported.
Add this to your Cargo.toml
:
[dependencies]
mrt_parser = "0.5"
and this to your crate root:
extern crate mrt_parser;
Minimal required version of Rust compiler is 1.31 (because of 2018 edition). For older Rust versions, you can use
mrt_parser
version 0.2.