Skip to content

Commit 4f73474

Browse files
author
Christian
committed
Updated the README to use a generic link to the latest documentation. Updated Cargo.toml to v0.3.0.
1 parent 3e8f018 commit 4f73474

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mrt-rs"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = ["Christian Veenman <[email protected]>"]
55
edition = '2018'
66
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
A library for parsing Multi-Threaded Routing Toolkit (MRT) formatted streams in Rust.
55

66
## Examples & Documentation
7-
For examples and documentation look [here](https://docs.rs/mrt-rs/0.1.0/mrt_rs/).
7+
For examples and documentation look [here](https://docs.rs/mrt-rs/).
88

99
## Supported types
1010
All MRT record types (including deprecated ones) that are mentioned in [RFC6396](https://tools.ietf.org/html/rfc6396) are supported except for RIB_GENERIC (sub-type of TABLE_DUMP_V2) and the BGP4MP_ENTRY (sub-type of BGP4MP). It should be noted however that only BGP4MP and TABLE_DUMP_V2 messages currently contain tests. This is due to the fact that I do not have MRT-formatted streams for other protocols.

0 commit comments

Comments
 (0)