Expand description
§RibEye
RibEye is a framework library for processing RIB dumps using BGPKIT Parser.
The key concept of ribeye is the MessageProcessor trait, which defines the interface for processing RIB data.
Re-exports§
pub use crate::processors::MessageProcessor;pub use crate::processors::RibMeta;
Modules§
- processors
- RIB data processors.