Crate ipv4_heatmap
source · [−]Expand description
ipv4-heatmap
This crate builds a binary that can be used to create IPv4 Hilbert heatmaps.
You can find design decisions and more information in this repository.
Modules
CIDR block annotations
colors 🔒
Color palettes and color utilities used by annotations and core functions
crop 🔒
Crop final heatmap output to the bounding box surrounding a list of CIDRs
fonts 🔒
Font cache handler
heatmap 🔒
Heatmap renderer.
labels 🔒
CIDR block text wlabel annotation
mask 🔒
Hilight only a list of CIDRs on the heatmap image
outlines 🔒
CIDR block outlne annotation
prefixes 🔒
CIDR block prefix annotation
shades 🔒
CIDR block fill annotation
Utility functions used by across the crate
Structs
Args 🔒
Supported CLI args
Functions
main 🔒
main!