#routing #bgp

routecore

A Library with Building Blocks for BGP Routing

8 releases

0.3.1 Apr 25, 2023
0.3.0 Apr 25, 2023
0.2.0 Jul 18, 2022
0.2.0-pre.1 Jun 30, 2022
0.0.1 Oct 19, 2021

#341 in Network programming

Download history 708/week @ 2023-05-16 331/week @ 2023-05-23 1098/week @ 2023-05-30 404/week @ 2023-06-06 328/week @ 2023-06-13 316/week @ 2023-06-20 310/week @ 2023-06-27 513/week @ 2023-07-04 303/week @ 2023-07-11 269/week @ 2023-07-18 290/week @ 2023-07-25 375/week @ 2023-08-01 402/week @ 2023-08-08 327/week @ 2023-08-15 355/week @ 2023-08-22 263/week @ 2023-08-29

1,391 downloads per month
Used in 4 crates (2 directly)

BSD-3-Clause

115KB
2.5K SLoC

routecore – A Library with Building Blocks for BGP Routing

This crate aims to provide fundamental building blocks, i.e. Types and Traits for applications that need to deal with BGP/routing related data.

The crate is work in progress and will grow over time to be more and more complete.

Contributing

If you have comments, proposed changes, or would like to contribute, please open an issue in the GitHub repository. In particular, if you would like to use the crate but it is missing functionality for your use case, we would love to hear from you!

License

The routecore crate is distributed under the terms of the BSD-3-clause license. See LICENSE for details.


lib.rs:

A library for IP routing primitives.

Dependencies

~0–315KB