Skip to content

Multi-Threaded Routing Toolkit (MRT) Routing Information Export Format (RFC 6396) parser library for Rust.

License

Notifications You must be signed in to change notification settings

JakubOnderka/mrt_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mrt_parser

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.

Documentation Build Status Crates.io

Usage

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.

About

Multi-Threaded Routing Toolkit (MRT) Routing Information Export Format (RFC 6396) parser library for Rust.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages