rpsl 0.1.1

A parser for the Routing Policy Specification Language (RPSL)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# rpsl-rs

[![Crates.io](https://img.shields.io/crates/v/rpsl)](https://crates.io/crates/rpsl)
[![ci/cd](https://github.com/wolcomm/rpsl-rs/actions/workflows/cicd.yml/badge.svg?event=push)](https://github.com/wolcomm/rpsl-rs/actions/workflows/cicd.yml)
[![codecov](https://codecov.io/gh/wolcomm/rpsl-rs/branch/master/graph/badge.svg?token=opc01gJYPS)](https://codecov.io/gh/wolcomm/rpsl-rs)
[![docs.rs](https://img.shields.io/docsrs/rpsl)](https://docs.rs/rpsl)

## About

A Rust library crate `rpsl`, implementing a parser and syntax tree for the
Routing Policy Specification Language (RPSL) defined in [RFC2622] and [RFC4012].

[RFC2622]: https://datatracker.ietf.org/doc/html/rfc2622
[RFC4012]: https://datatracker.ietf.org/doc/html/rfc4012