Crates.io | pabgp |
lib.rs | pabgp |
version | 0.2.0 |
source | src |
created_at | 2024-09-10 17:19:39.206426 |
updated_at | 2024-09-10 17:19:39.206426 |
description | A pretty average BGP implementation |
homepage | |
repository | https://github.com/myzhang1029/pabgp |
max_upload_size | |
id | 1370641 |
size | 99,559 |
A pretty average BGP implementation in Rust.
It implements most of the modern BGP data structures and messages, as well as utilities to easily create them with builder patterns, encode them to bytes, and decode them from bytes.
Next-to-full support for:
Basic support for:
Open-ended enum variants exist to support manually parsing and encoding unsupported or custom BGP capabilities and path attributes.
This project is a spin-off from delegation-feed
(also in this Cargo workspace).
However, it contains enough features to be useful on its own for creating BGP
applications.