mrt 0.2.0

An MRT (RFC6396) file parser implemented in Rust, using Nom
Documentation
  • Coverage
  • 1.55%
    2 out of 129 items documented2 out of 22 items with examples
  • Size
  • Source code size: 64.67 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.2 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Woutifier/mrt
    2 2 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Woutifier

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!