This crate provides a datastructure for fast IP address lookups. It aims at fast lookup times, and a small memory footprint.
The internal datastructure is based on the Tree-bitmap algorithm described by W. Eatherton, Z. Dittia, G. Varghes.
Rustdoc: https://hroi.github.io/treebitmap/