File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " mrt_parser"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44authors = [" Jakub Onderka <ahoj@jakubonderka.cz>" ]
55license = " BSD-2-Clause"
66keywords = [" ipnetwork" , " mrt" , " bgp" , " rfc6396" ]
@@ -15,7 +15,7 @@ Multi-Threaded Routing Toolkit (MRT) Routing Information Export Format parser (R
1515edition = " 2018"
1616
1717[badges ]
18- travis-ci = { repository = " JakubOnderka/mrt_parser " }
18+ maintenance = { status = " passively-maintained " }
1919
2020[dependencies ]
2121ip_network = " 0.4.0"
Original file line number Diff line number Diff line change @@ -7,18 +7,17 @@ Inspired by parser from [pyasn](https://github.com/hadiasghari/pyasn).
77
88Currently, only ` PEER_INDEX_TABLE ` , ` RIB_IPV4_UNICAST ` and ` RIB_IPV6_UNICAST ` subtypes from ` TABLE_DUMP_V2 ` type and ` TABLE_DUMP ` type are supported.
99
10- [ ![ Build Status] ( https://travis-ci.org/JakubOnderka/mrt_parser.svg?branch=master )] ( https://travis-ci.org/JakubOnderka/mrt_parser )
10+ [ ![ Documentation] ( https://docs.rs/mrt_parser/badge.svg )] ( https://docs.rs/mrt_parser )
11+ [ ![ Build Status] ( https://travis-ci.com/JakubOnderka/mrt_parser.svg?branch=master )] ( https://travis-ci.com/JakubOnderka/mrt_parser )
1112[ ![ Crates.io] ( https://img.shields.io/crates/v/mrt_parser.svg )] ( https://crates.io/crates/mrt_parser )
1213
13- - [ Documentation] ( https://docs.rs/mrt_parser )
14-
1514## Usage
1615
1716Add this to your ` Cargo.toml ` :
1817
1918``` toml
2019[dependencies ]
21- mrt_parser = " 0.4 "
20+ mrt_parser = " 0.5 "
2221```
2322
2423and this to your crate root:
You can’t perform that action at this time.
0 commit comments