Crate rotonda_store

Source
Expand description

A treebitmap based IP 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 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 that describes how an existing record gets merged

Type Aliases§

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