Skip to content

Commit

Permalink
Updated the README to use a generic link to the latest documentation.…
Browse files Browse the repository at this point in the history
… Updated Cargo.toml to v0.3.0.
  • Loading branch information
Christian committed Jan 31, 2019
1 parent 3e8f018 commit 4f73474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mrt-rs"
version = "0.2.1"
version = "0.3.0"
authors = ["Christian Veenman <chris_veenman@hotmail.com>"]
edition = '2018'
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
A library for parsing Multi-Threaded Routing Toolkit (MRT) formatted streams in Rust.

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

## Supported types
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.
Expand Down

0 comments on commit 4f73474

Please sign in to comment.