mrt

Crates.iomrt
lib.rsmrt
version0.2.0
sourcesrc
created_at2018-10-24 11:55:56.367852
updated_at2019-11-01 14:53:44.354051
descriptionAn MRT (RFC6396) file parser implemented in Rust, using Nom
homepage
repositoryhttps://github.com/Woutifier/mrt
max_upload_size
id92369
size63,143
Wouter de Vries (Woutifier)

documentation

README

mrt

Build Status Docs

An MRT (RFC6396) file parser implemented in Rust, using Nom (v5).

Key Features

  • Implemented in Rust
  • Fairly fast

Supported messages

  • PEER_INDEX_TABLE
  • RIB_IPV4_UNICAST
  • RIB_IPV6_UNICAST
  • BGP4MP_MESSAGE_AS4
    • Only the content of the UPDATE message is parsed.

Supported attributes

  • ORIGIN
  • AS_PATH
  • NEXT_HOP
  • MULTI_EXIT_DISC
  • LOCAL_PREF
  • ATOMIC_AGGREGATE
  • COMMUNITY

Contribute

Pull requests are welcome!

Commit count: 16

cargo fmt