| Crates.io | mrt_parser |
| lib.rs | mrt_parser |
| version | 0.5.0 |
| created_at | 2018-03-24 21:50:43.932248+00 |
| updated_at | 2021-07-13 12:07:28.141278+00 |
| description | Multi-Threaded Routing Toolkit (MRT) Routing Information Export Format parser (RFC 6396) |
| homepage | https://github.com/JakubOnderka/mrt_parser |
| repository | https://github.com/JakubOnderka/mrt_parser |
| max_upload_size | |
| id | 57275 |
| size | 19,848 |
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.