Crate rotonda_store

source ·
Expand description

A treebitmap based Prefix Store IP prefixes storage and retrieval data structures for IPv4 and IPv6 prefixes. This crate contains structures for both single and multi-threaded contexts, as well as async contexts.

The underlying tree structure is based on the tree bitmap as outlined in this paper.

Part of the (upcoming) Rotonda modular BGP engine. Read more about the data-structure in this blog post.

Re-exports

Modules

Structs

Enums

Constants

Traits

  • The address family of an IP address as a Trait.
  • Trait for types that can be used as metadata of a record

Type Aliases

  • Exactly fitting IPv4 bytes (4 octets).
  • Exactly fitting IPv6 bytes (16 octets).